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

@ -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