Skip to content

Commit

Permalink
action.yml: fix shell
Browse files Browse the repository at this point in the history
  • Loading branch information
thypon authored Apr 24, 2024
1 parent 2e88b15 commit 90f4429
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ runs:
python3 -m pip install --disable-pip-version-check -r ${{ github.action_path }}/requirements.txt
- if: ${{ steps.reviewdog-enabled.outputs.result == 'true' }}
name: Install xmllint for safesvg
shell: bash
run: sudo apt-get install -y libxml2-utils
- if: ${{ steps.reviewdog-enabled.outputs.result == 'true' }}
name: Install tfsec
Expand Down

0 comments on commit 90f4429

Please sign in to comment.