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 498a345 commit 24c4988
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: ${{ jobs.terraform_init.outputs.s3_upload_path }}"
echo Commit SHA: ${{ jobs.terraform_init.outputs.commit_sha }}"
echo S3 Upload Path: ${{ job.terraform_init.outputs.s3_upload_path }}"
echo Commit SHA: ${{ job.terraform_init.outputs.commit_sha }}"
# - name: Terraform Plan
# uses: CSVD/terraform-plan@main
Expand Down

0 comments on commit 24c4988

Please sign in to comment.