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 1901868 commit 2b31facCopy full SHA for 2b31fac
.github/workflows/Format.yml
@@ -67,7 +67,7 @@ jobs:
67
68
- name: Comment formatting suggestions
69
if: steps.runic.outputs.exit_code == 1
70
- uses: peter-evans/create-or-update-comment@v4
+ uses: peter-evans/create-or-update-comment@v5
71
with:
72
comment-id: ${{ steps.find-comment.outputs.comment-id }}
73
issue-number: ${{ github.event.pull_request.number }}
@@ -89,7 +89,7 @@ jobs:
89
90
- name: Update stale comment
91
if: steps.runic.outputs.exit_code == 0 && steps.find-comment.outputs.comment-id
92
93
94
95
0 commit comments