File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 19
19
runs-on : ubuntu-latest
20
20
21
21
steps :
22
- - uses : github/branch-deploy@v9
22
+ - uses : github/branch-deploy@v10
23
23
id : branch-deploy
24
24
with :
25
25
admins : the-hideout/core-contributors
Original file line number Diff line number Diff line change 17
17
steps :
18
18
# https://github.com/github/branch-deploy/blob/d3c24bd92505e623615b75ffdfac5ed5259adbdb/docs/merge-commit-strategy.md
19
19
- name : deployment check
20
- uses : github/branch-deploy@v9
20
+ uses : github/branch-deploy@v10
21
21
id : deployment-check
22
22
with :
23
23
merge_deploy_mode : " true"
Original file line number Diff line number Diff line change 16
16
17
17
steps :
18
18
- name : unlock on merge
19
- uses : github/branch-deploy@v9
19
+ uses : github/branch-deploy@v10
20
20
id : unlock-on-merge
21
21
with :
22
22
unlock_on_merge_mode : " true" # <-- indicates that this is the "Unlock on Merge Mode" workflow
You can’t perform that action at this time.
0 commit comments