We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98cd4db commit 537a08fCopy full SHA for 537a08f
.github/workflows/version-bump-check.yml
@@ -47,9 +47,9 @@ jobs:
47
48
- if: success()
49
name: Found Change Comment
50
- uses: thollander/actions-comment-pull-request@v2
+ uses: thollander/actions-comment-pull-request@v3
51
with:
52
- comment_tag: changes
+ comment-tag: changes
53
message: |
54
:white_check_mark: Found ${{ env.description }} in `${{ env.file }}`:
55
@@ -60,8 +60,8 @@ jobs:
60
61
- if: failure()
62
name: Missing Change Comment
63
64
65
66
67
:warning: Could not find ${{ env.description }} in `${{ env.file }}`
0 commit comments