Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix comment action
  • Loading branch information
3nids authored and nyalldawson committed Feb 8, 2021
1 parent dba6758 commit c3fbed7
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 c3fbed7

Please sign in to comment.