Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha authored Nov 20, 2023
1 parent 7a71112 commit b634565
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ runs:
echo "ACTIONS_ENABLED=false" >> $GITHUB_ENV
echo "INFRACOST_ENABLED=false" >> $GITHUB_ENV
terraform version
- name: Check If GitHub Actions is Enabled For Component
shell: bash
run: |
Expand Down Expand Up @@ -210,6 +212,7 @@ runs:
id: atmos-init
shell: bash
run: |
terraform version
atmos terraform workspace ${{ inputs.component }} -s ${{ inputs.stack }}
- name: Check Whether Infracost is Enabled
Expand Down Expand Up @@ -275,6 +278,8 @@ runs:
run: |
cd ${{ inputs.component-path }}
terraform version
EXIT_CODE=0
tfcmt \
Expand Down

0 comments on commit b634565

Please sign in to comment.