Skip to content

Commit

Permalink
Merge pull request #117 from stakater/renovate/mshick-add-pr-comment-2.x
Browse files Browse the repository at this point in the history
Update mshick/add-pr-comment action to v2
  • Loading branch information
karl-johan-grahn authored Jun 28, 2023
2 parents 8a32251 + 37f4a35 commit 5c4bc4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
org.opencontainers.image.revision=${{ github.sha }}
- name: Comment on PR
uses: mshick/add-pr-comment@v1
uses: mshick/add-pr-comment@v2
env:
GITHUB_TOKEN: ${{ secrets.STAKATER_GITHUB_TOKEN }}
with:
Expand All @@ -81,7 +81,7 @@ jobs:

- name: Notify Failure
if: failure()
uses: mshick/add-pr-comment@v1
uses: mshick/add-pr-comment@v2
env:
GITHUB_TOKEN: ${{ secrets.STAKATER_GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 5c4bc4d

Please sign in to comment.