From 07d324f5ba60639c70fe927846347e9e0defa67e Mon Sep 17 00:00:00 2001 From: David John Arnold Jr Date: Thu, 10 Oct 2024 14:53:02 -0700 Subject: [PATCH] Update terraform_plan.yaml --- .github/workflows/terraform_plan.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/terraform_plan.yaml b/.github/workflows/terraform_plan.yaml index 6ab3c8b..08f9c54 100644 --- a/.github/workflows/terraform_plan.yaml +++ b/.github/workflows/terraform_plan.yaml @@ -34,9 +34,10 @@ jobs: id: checkout with: persist-credentials: false + ref: ${{ github.sha }} - name: Checkout Status - run: echo "Checked out ${{ github.repository }} @ ${{ steps.checkout.outputs.commit }}" + run: echo "Checked out ${{ github.repository }} @ ${{ github.sha }}" - name: AWS Auth id: aws_auth @@ -74,7 +75,7 @@ jobs: run: echo "s3_upload_path is not populated" - name: show me - if: ${{ steps.terraform_init.outputs.commmit_sha == '' }} + if: ${{ steps.terraform_init.outputs.commit_sha == '' }} run: echo "commit_sha is not populated" # - name: Terraform Plan