Skip to content

Commit

Permalink
Update terraform_plan.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Oct 10, 2024
1 parent 07d324f commit 0783d12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/terraform_plan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0783d12

Please sign in to comment.