We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15b57be commit 2924cadCopy full SHA for 2924cad
.github/workflows/immediate-response.yml
@@ -18,7 +18,7 @@ jobs:
18
run: echo "NUMBER=${{ github.event.issue.number || github.event.pull_request.number }}" >> "$GITHUB_OUTPUT"
19
20
- name: Respond to issue or PR
21
- uses: peter-evans/create-or-update-comment@46da6c0d98504aed6fc429519a258b951f23f474
+ uses: peter-evans/create-or-update-comment@ddff993e3c91296d410ace8836568b0e4aeada34
22
with:
23
issue-number: ${{ steps.extract.outputs.NUMBER }}
24
body: >
0 commit comments