Skip to content

Commit

Permalink
ci: Use actions-comment-pull-request@1.0.2
Browse files Browse the repository at this point in the history
Because master was renamed to main
  • Loading branch information
yukinarit committed Sep 1, 2021
1 parent f477fa1 commit 45a999c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: pre-commit run -a
- name: Comment PR
if: ${{ failure() && github.event_name == 'pull_request' }}
uses: thollander/actions-comment-pull-request@master
uses: thollander/actions-comment-pull-request@1.0.2
with:
message: 'Please consider formatting your code according to the standards described here: https://github.com/yukinarit/pyserde/blob/master/CONTRIBUTING.md'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 45a999c

Please sign in to comment.