Skip to content

Commit

Permalink
change shell to bash
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-mm committed Oct 30, 2023
1 parent 178313c commit ca4868b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ runs:
- if: github.event_name == 'pull_request' && inputs.task == 'display-results' && inputs.pr-comment == 'true'
name: Minimize Old Comment and Post New Comment
id: minimize-comment
uses: actions/github-script@v5
shell: bash
with:
script: |
RESPONSE=$(curl -H "Authorization: bearer ${{ github.token }}" https://api.github.com/graphql)
Expand Down

0 comments on commit ca4868b

Please sign in to comment.