fix msg behaviour
This commit is contained in:
parent
a7ae0357d1
commit
1f116e1b99
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update-server.yml
vendored
2
.github/workflows/update-server.yml
vendored
|
@ -63,7 +63,7 @@ jobs:
|
|||
- name: send ping to ntfy
|
||||
if: always()
|
||||
run: |
|
||||
cat msg.txt <<EOF
|
||||
cat>msg.txt <<EOF
|
||||
results for: ${{ github.sha }}
|
||||
validate: ${{ jobs.validate.status }}
|
||||
deploy: ${{ jobs.deploy.success }}
|
||||
|
|
Reference in a new issue