We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1bb1ab1 + fc5c487 commit db8ab33Copy full SHA for db8ab33
.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@6534843181fc2aeb7f9f1cd3cd4a7b956cada2db
+ uses: peter-evans/create-or-update-comment@716151b9579b05352dbf244d48e968d211889bbc
22
with:
23
issue-number: ${{ steps.extract.outputs.NUMBER }}
24
body: >
0 commit comments