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