change notify order.
This commit is contained in:
parent
b383b8a870
commit
05ce818e7d
@ -18,6 +18,8 @@ jobs:
|
||||
container:
|
||||
image: frp-by1.wwvvww.cn:45288/ubuntu_dev:22.04
|
||||
steps:
|
||||
- name: Check out source.
|
||||
uses: actions/checkout@v4
|
||||
- name: Notify-Start
|
||||
if: ${{ always() }}
|
||||
run: |
|
||||
@ -27,8 +29,6 @@ jobs:
|
||||
echo "提交ID: $(git rev-parse --short HEAD)">> notify.tpl
|
||||
echo -n "提交消息: ${{ github.event.head_commit.message }}">> notify.tpl
|
||||
cat notify.tpl | envsubst | jq -sR . | xargs -0 -I {} curl -H "Content-Type: application/json" -X POST -d '{"type":"text","msg":{} }' https://amass.fun/notify
|
||||
- name: Check out source.
|
||||
uses: actions/checkout@v4
|
||||
- run: resource/build.sh build
|
||||
- name: Notify-End
|
||||
if: ${{ always() }}
|
||||
|
Loading…
Reference in New Issue
Block a user