We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0a545f commit 45f319bCopy full SHA for 45f319b
.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@46846e53a32365dea36c9c41dbb40e49de9c71b3
+ uses: peter-evans/create-or-update-comment@223779bc560943cb8f2aa0484a7c225c1585c597
22
with:
23
issue-number: ${{ steps.extract.outputs.NUMBER }}
24
body: >
0 commit comments