mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2025-12-16 21:18:27 +00:00
test: recreate and append option (#267)
This commit is contained in:
parent
7266504a8a
commit
183e643d49
1 changed files with 7 additions and 0 deletions
|
|
@ -10,6 +10,13 @@ jobs:
|
||||||
- uses: ./
|
- uses: ./
|
||||||
with:
|
with:
|
||||||
header: FromPR
|
header: FromPR
|
||||||
|
recreate: true
|
||||||
message: |
|
message: |
|
||||||
Test ${{ github.sha }} is successfully ended.
|
Test ${{ github.sha }} is successfully ended.
|
||||||
This is message from PR.
|
This is message from PR.
|
||||||
|
- uses: ./
|
||||||
|
with:
|
||||||
|
header: FromPR
|
||||||
|
append: true
|
||||||
|
message: |
|
||||||
|
Append message.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue