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 }}"