Skip to content

Commit

Permalink
Bugfix: Use bash shell
Browse files Browse the repository at this point in the history
  • Loading branch information
ntse committed Aug 6, 2024
1 parent d5527ed commit 6c6bd66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/terraform-code-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
| Checkov Scan | ${{ env.tf_scan }} |
- name: End of Workflow
shell: bash
if: always()
run: |
if [[ ${{ env.job_status }} == 'success' ]]; then
Expand Down

0 comments on commit 6c6bd66

Please sign in to comment.