From 4ac80f5ca06e62aaa795fdec0b0619cb3ee4c3d3 Mon Sep 17 00:00:00 2001 From: David John Arnold Jr Date: Thu, 10 Oct 2024 15:06:15 -0700 Subject: [PATCH] Update terraform_plan.yaml --- .github/workflows/terraform_plan.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/terraform_plan.yaml b/.github/workflows/terraform_plan.yaml index 74289de..39f4486 100644 --- a/.github/workflows/terraform_plan.yaml +++ b/.github/workflows/terraform_plan.yaml @@ -34,8 +34,10 @@ jobs: id: checkout with: persist-credentials: false - ref: ${{ github.head_ref }} + - name: git show + run: git show + - name: Checkout Status run: echo "Checked out ${{ github.repository }} @ ${{ github.head_ref }}"