Skip to content

Commit a05223a

Browse files
committed
fix: reorder and restore dry-run input in workflow file
1 parent a242398 commit a05223a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-release_to-branch.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ on:
1111
description: 'Delete the branch? All branches except the default branch will be deleted.'
1212
default: false
1313
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
1814
fast-forward:
1915
description: 'Allow fast-forward merge'
2016
type: boolean
@@ -24,6 +20,10 @@ on:
2420
description: 'Include default branch in the action behavior. Set to true to include it.'
2521
type: boolean
2622
default: false
23+
dry-run:
24+
description: 'Dry Run: Set to true to simulate the merge without committing or pushing changes.'
25+
default: false
26+
type: boolean
2727

2828
jobs:
2929
validate-branch:

0 commit comments

Comments
 (0)