From 0783d12866398b2923fc924cb6e7dfcf8b296937 Mon Sep 17 00:00:00 2001 From: David John Arnold Jr Date: Thu, 10 Oct 2024 15:01:26 -0700 Subject: [PATCH] Update terraform_plan.yaml --- .github/workflows/terraform_plan.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/terraform_plan.yaml b/.github/workflows/terraform_plan.yaml index 08f9c54..74289de 100644 --- a/.github/workflows/terraform_plan.yaml +++ b/.github/workflows/terraform_plan.yaml @@ -34,10 +34,10 @@ jobs: id: checkout with: persist-credentials: false - ref: ${{ github.sha }} + ref: ${{ github.head_ref }} - name: Checkout Status - run: echo "Checked out ${{ github.repository }} @ ${{ github.sha }}" + run: echo "Checked out ${{ github.repository }} @ ${{ github.head_ref }}" - name: AWS Auth id: aws_auth