test: recreate and append option (#267)

This commit is contained in:
marocchino 2021-03-31 08:26:06 +09:00 committed by GitHub
parent 7266504a8a
commit 183e643d49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.