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
|
- name: send ping to ntfy
|
||||||
if: always()
|
if: always()
|
||||||
run: |
|
run: |
|
||||||
cat msg.txt <<EOF
|
cat>msg.txt <<EOF
|
||||||
results for: ${{ github.sha }}
|
results for: ${{ github.sha }}
|
||||||
validate: ${{ jobs.validate.status }}
|
validate: ${{ jobs.validate.status }}
|
||||||
deploy: ${{ jobs.deploy.success }}
|
deploy: ${{ jobs.deploy.success }}
|
||||||
|
|
Reference in a new issue