Skip to content

Commit

Permalink
Merge pull request #93 from the-hideout/sha-instead-of-ref
Browse files Browse the repository at this point in the history
use an exact `sha` instead of a `ref`
  • Loading branch information
GrantBirki authored Dec 5, 2024
2 parents a9f095f + a97ed2b commit 3f3aded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/branch-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
if: steps.branch-deploy.outputs.continue == 'true'
uses: actions/checkout@v4
with:
ref: ${{ steps.branch-deploy.outputs.ref }}
ref: ${{ steps.branch-deploy.outputs.sha }}

- uses: hashicorp/setup-terraform@633666f66e0061ca3b725c73b2ec20cd13a8fdd1 # [email protected]
if: steps.branch-deploy.outputs.continue == 'true'
Expand Down

0 comments on commit 3f3aded

Please sign in to comment.