Skip to content

Commit

Permalink
fix repo
Browse files Browse the repository at this point in the history
  • Loading branch information
rnetser committed Nov 15, 2024
1 parent 672654a commit 6d4b166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/comment-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: 'Create or update label for comment'
if: ${{ steps.event-type.outputs.event_type == 'issue_comment' }}
uses: peter-evans/create-or-update-label@v1
uses: peter-evans/create-or-update-comment@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
name: 'commented-by-${{ steps.extract-commentator.outputs.commentator }}'
Expand Down

0 comments on commit 6d4b166

Please sign in to comment.