Skip to content

Commit

Permalink
fix comment action
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Feb 2, 2021
1 parent c73638c commit fe4662b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Expand Up @@ -165,9 +165,9 @@ jobs:
- run: echo "${{ needs.build.outputs.cdash_url }}"

- name: Create comment
uses: peter-evans/create-or-update-comment@v1
uses: peter-evans/create-or-update-comment@v1.4.4
with:
token: ${{ steps.token.outputs.token }}
reactions: confused
issue-number: ${{ github.event.pull_request.number }}
body: |
Some tests are failing.
Expand Down

0 comments on commit fe4662b

Please sign in to comment.