We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a242398 commit a05223aCopy full SHA for a05223a
.github/workflows/build-release_to-branch.yaml
@@ -11,10 +11,6 @@ on:
11
description: 'Delete the branch? All branches except the default branch will be deleted.'
12
default: false
13
type: boolean
14
- dry-run:
15
- description: 'Dry Run: Set to true to simulate the merge without committing or pushing changes.'
16
- default: false
17
- type: boolean
18
fast-forward:
19
description: 'Allow fast-forward merge'
20
@@ -24,6 +20,10 @@ on:
24
description: 'Include default branch in the action behavior. Set to true to include it.'
25
21
26
22
23
+ dry-run:
+ description: 'Dry Run: Set to true to simulate the merge without committing or pushing changes.'
+ default: false
+ type: boolean
27
28
jobs:
29
validate-branch:
0 commit comments