From a97ed2bde4439c7f0896d376c53ef2e4b4921b13 Mon Sep 17 00:00:00 2001 From: Grant Birkinbine Date: Wed, 4 Dec 2024 22:33:36 -0800 Subject: [PATCH] use an exact `sha` instead of a `ref` --- .github/workflows/branch-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/branch-deploy.yml b/.github/workflows/branch-deploy.yml index 3d47421..4c3e946 100644 --- a/.github/workflows/branch-deploy.yml +++ b/.github/workflows/branch-deploy.yml @@ -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 # pin@v2.0.3 if: steps.branch-deploy.outputs.continue == 'true'