Skip to content

Commit

Permalink
update peter-evans/commit-comment version
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed Oct 13, 2022
1 parent 3f8af62 commit 277afa8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Create commit comment
if: failure() && steps.check_reqs.outputs.error
uses: peter-evans/commit-comment@v1
uses: peter-evans/commit-comment@v2
with:
path: pyproject.toml
body: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ jobs:
#
- name: Create commit comment
if: steps.check_reqs.outcome == 'Failure' # only run if requirements/ are inconsistent
uses: peter-evans/commit-comment@v1
uses: peter-evans/commit-comment@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
path: pyproject.toml
Expand Down

0 comments on commit 277afa8

Please sign in to comment.