This commit is contained in:
parent
3f90f1b698
commit
917901c84a
@ -15,6 +15,7 @@ jobs:
|
||||
if: ${{ always() }}
|
||||
run: |
|
||||
echo "repo: ${{ github.repository }}" >> notify.tpl
|
||||
echo "actor:${{ github.actor }}" >> notify.tpl
|
||||
echo "status: ${{ job.status }}">> notify.tpl
|
||||
echo "commit: ${{ github.sha }}">> notify.tpl
|
||||
echo "message: ${{ github.event.head_commit.message }}">> notify.tpl
|
||||
|
Loading…
Reference in New Issue
Block a user