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