.github/workflows/rebase-staging.yml: commit -> comment
This commit is contained in:
parent
9304aa0fd4
commit
e6f00abb56
|
@ -13,7 +13,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: peter-evans/create-or-update-comment@v1
|
- uses: peter-evans/create-or-update-comment@v1
|
||||||
with:
|
with:
|
||||||
comment-id: ${{ github.event.commit.id }}
|
comment-id: ${{ github.event.comment.id }}
|
||||||
reactions: eyes
|
reactions: eyes
|
||||||
- uses: scherermichael-oss/action-has-permission@1.0.6
|
- uses: scherermichael-oss/action-has-permission@1.0.6
|
||||||
id: check-write-access
|
id: check-write-access
|
||||||
|
|
Loading…
Reference in New Issue