mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2025-12-14 12:31:14 +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: ./
|
||||
with:
|
||||
header: FromPR
|
||||
recreate: true
|
||||
message: |
|
||||
Test ${{ github.sha }} is successfully ended.
|
||||
This is message from PR.
|
||||
- uses: ./
|
||||
with:
|
||||
header: FromPR
|
||||
append: true
|
||||
message: |
|
||||
Append message.
|
||||
|
|
|
|||
Loading…
Reference in a new issue