fix msg behaviour
All checks were successful
update neo with compose files / deploy the config on the server (push) Successful in 6s
update neo with compose files / notify after actions (push) Successful in 2s

This commit is contained in:
Didier Slof 2023-04-30 22:05:17 +02:00
parent a7ae0357d1
commit 1f116e1b99

View file

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