Skip to content

Commit

Permalink
use shell for run
Browse files Browse the repository at this point in the history
  • Loading branch information
mishabruml committed Mar 31, 2022
1 parent 908d31d commit 9293567
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 @@ -28,6 +28,7 @@ runs:
filterOutClosed: true
filterOutDraft: 1
- run: echo "Your PR is ${prNumber} and its JSON is ${prJSON}"
shell: bash
if: success() && steps.PR.outputs.number
env:
prNumber: ${{ steps.PR.outputs.number }}
Expand Down

0 comments on commit 9293567

Please sign in to comment.