You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/build-and-release.yml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ on:
8
8
description: 'Version - patch version of the release (e.g. x.y.z)'
9
9
required: true
10
10
type: string
11
-
branch-ref-or-commit:
11
+
branch_ref_or_commit:
12
12
description: 'Branch ref or commit - the backup-utils release will associated with the branch ref or commit provided. If blank, an empty commit will be created on master'
0 commit comments