Skip to content

Commit

Permalink
Merge pull request #351 from the-hideout/branch-deploy-v10
Browse files Browse the repository at this point in the history
bump github/branch-deploy to `v10`
  • Loading branch information
Razzmatazzz authored Jan 21, 2025
2 parents 4786fb3 + 7c0b4ed commit fc256b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
runs-on: ubuntu-latest
outputs: # set outputs for use in downstream jobs
continue: ${{ steps.deployment-check.outputs.continue }}
sha: ${{ steps.deployment-check.outputs.sha }}

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

- name: setup node
uses: actions/setup-node@v4
Expand Down

0 comments on commit fc256b4

Please sign in to comment.