test env.
Some checks failed
Deploy Applications / Build (push) Failing after 5s

This commit is contained in:
amass 2024-06-30 17:58:06 +08:00
parent 3f90f1b698
commit 917901c84a

View File

@ -14,7 +14,8 @@ jobs:
- name: Send success notification
if: ${{ always() }}
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 "commit: ${{ github.sha }}">> notify.tpl
echo "message: ${{ github.event.head_commit.message }}">> notify.tpl