Skip to content

Commit

Permalink
fix: specify shell
Browse files Browse the repository at this point in the history
  • Loading branch information
mishabruml committed Mar 31, 2022
1 parent e644dfd commit 380a8d9
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 @@ -16,6 +16,7 @@ runs:
env:
GITHUB_TOKEN: ${{ inputs.repo-token }}
- run: gh pr view --json labels | jq '.labels | .[] | select(.name == "snykk")'
shell: bash
- uses: actions/checkout@v2
with:
ref: main
Expand Down

0 comments on commit 380a8d9

Please sign in to comment.