test: recreate and append option

This commit is contained in:
marocchino 2021-03-31 08:15:47 +09:00
parent 7266504a8a
commit 34bc0dfe4a
No known key found for this signature in database
GPG key ID: AFF521DBDB122570

View file

@ -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.