Fix missing issue id for rebase failed comment
This commit is contained in:
parent
b8106b91e8
commit
56a1f3f4f7
1 changed files with 2 additions and 1 deletions
3
.github/workflows/commands.yml
vendored
3
.github/workflows/commands.yml
vendored
|
@ -31,5 +31,6 @@ jobs:
|
|||
uses: peter-evans/create-or-update-comment@3383acd359705b10cb1eeef05c0e88c056ea4666 # v3.0.0
|
||||
with:
|
||||
token: ${{ secrets.JF_BOT_TOKEN }}
|
||||
issue-number: ${{ github.event.issue.id }}
|
||||
body: |
|
||||
I'm sorry @${{github.event.comment.user.login}}, I'm afraid I can't do that.
|
||||
I'm sorry @${{ github.event.comment.user.login }}, I'm afraid I can't do that.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue