build: build custom header implement

- c873eaf
- test it
This commit is contained in:
marocchino 2020-02-04 17:24:40 +09:00
parent c873eaf14f
commit 033d20d120
No known key found for this signature in database
GPG key ID: AFF521DBDB122570
5 changed files with 21 additions and 14 deletions

View file

@ -10,5 +10,7 @@ jobs:
- uses: ./
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
header: FromPR
message: |
Test ${{ github.sha }} is successfully ended.
This is message from PR.

View file

@ -17,3 +17,4 @@ jobs:
number: ${{ steps.finder.outputs.pr }}
message: |
Test ${{ github.sha }} is successfully ended.
This is message from push.