File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-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 @@ -13,11 +13,12 @@ jobs:
13
13
runs-on : ubuntu-latest
14
14
outputs : # set outputs for use in downstream jobs
15
15
continue : ${{ steps.deployment-check.outputs.continue }}
16
+ sha : ${{ steps.deployment-check.outputs.sha }}
16
17
17
18
steps :
18
19
# https://github.com/github/branch-deploy/blob/d3c24bd92505e623615b75ffdfac5ed5259adbdb/docs/merge-commit-strategy.md
19
20
- name : deployment check
20
- uses : github/branch-deploy@v9
21
+ uses : github/branch-deploy@v10
21
22
id : deployment-check
22
23
with :
23
24
merge_deploy_mode : " true"
32
33
steps :
33
34
- name : checkout
34
35
uses : actions/checkout@v4
36
+ with :
37
+ ref : ${{ needs.deployment-check.outputs.sha }}
35
38
36
39
- name : setup node
37
40
uses : actions/setup-node@v4
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