8000
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 365e116 commit d0059e2Copy full SHA for d0059e2
.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@8c21c80d8bcd183dc5329769a7b2594f11b13666
+ uses: peter-evans/create-or-update-comment@94ff3426b71db76bdf47e8a2f6446d88727c7443
22
with:
23
issue-number: ${{ steps.extract.outputs.NUMBER }}
24
body: >
0 commit comments