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 40f4413 commit 07d324f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/terraform_plan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 07d324f

Please sign in to comment.