Skip to content

Commit fc256b4

Browse files
authored
Merge pull request #351 from the-hideout/branch-deploy-v10
bump github/branch-deploy to `v10`
2 parents 4786fb3 + 7c0b4ed commit fc256b4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
outputs: # set outputs for use in downstream jobs
1515
continue: ${{ steps.deployment-check.outputs.continue }}
16+
sha: ${{ steps.deployment-check.outputs.sha }}
1617

1718
steps:
1819
# https://github.com/github/branch-deploy/blob/d3c24bd92505e623615b75ffdfac5ed5259adbdb/docs/merge-commit-strategy.md
@@ -32,6 +33,8 @@ jobs:
3233
steps:
3334
- name: checkout
3435
uses: actions/checkout@v4
36+
with:
37+
ref: ${{ needs.deployment-check.outputs.sha }}
3538

3639
- name: setup node
3740
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)