Skip to content

Commit

Permalink
fixing stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Oct 10, 2024
1 parent 22cbbc5 commit 4bb93cb
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/terraform_plan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,17 @@ jobs:

- name: debug outputs
run: |
echo S3 Upload Path: ${{ steps.terraform_init.outputs.s3_upload_path }}"
echo Commit SHA: ${{ steps.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: show me
if: ${{ steps.terraform_init.outputs.s3_upload_path == '' }}
run: echo "s3_upload_path is not populated"

- name: show me
if: ${{ steps.terraform_init.outputs.commmit_sha == '' }}
run: echo "commit_sha is not populated"

# - name: Terraform Plan
# uses: CSVD/terraform-plan@main
# with:
Expand Down

0 comments on commit 4bb93cb

Please sign in to comment.