Skip to content

Commit

Permalink
Update terraform_plan.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Arnold committed Oct 10, 2024
1 parent 2f90447 commit 22cbbc5
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 @@ -63,8 +63,8 @@ jobs:

- name: debug outputs
run: |
echo S3 Upload Path: ${{ job.terraform_init.outputs.s3_upload_path }}"
echo Commit SHA: ${{ job.terraform_init.outputs.commit_sha }}"
echo S3 Upload Path: ${{ steps.terraform_init.outputs.s3_upload_path }}"
echo Commit SHA: ${{ steps.terraform_init.outputs.commit_sha }}"
# - name: Terraform Plan
# uses: CSVD/terraform-plan@main
Expand Down

0 comments on commit 22cbbc5

Please sign in to comment.