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 b4cdb76 commit 11c29f3Copy full SHA for 11c29f3
.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@38217c6b94b54c0dbbe75be237257364e2dd2e62
+ uses: peter-evans/create-or-update-comment@5f22cb87da9514ab329de42e5462372dc19928a5
22
with:
23
issue-number: ${{ steps.extract.outputs.NUMBER }}
24
body: >
0 commit comments