Skip to content

Commit f05af38

Browse files
committed
Added input for custom snapshot name to build branch specific snapshot script
1 parent b9c60b8 commit f05af38

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/branch-snapshot.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Build a Branch Specific Snapshot
33
on:
44
workflow_dispatch:
55
inputs:
6-
customSnap:
7-
description: 'Custom Snapshot Name'
8-
required: false
9-
type: string
6+
customSnap:
7+
description: 'Custom Snapshot Name'
8+
required: false
9+
type: string
1010

1111
jobs:
1212
build:

0 commit comments

Comments
 (0)