maybe fixes it
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:10:00 +02:00
parent 0eb9499184
commit 5a3092e30d

View file

@ -66,7 +66,7 @@ jobs:
run: | run: |
cat>msg.txt <<EOF cat>msg.txt <<EOF
results for: ${{ github.sha }} results for: ${{ github.sha }}
deploy: ${{ jobs.deploy.success }} deploy: ${{ needs.deploy.result }}
https://git.ixvd.net/${{ github.repository }}/actions/runs/${{ github.run_number }} https://git.ixvd.net/${{ github.repository }}/actions/runs/${{ github.run_number }}
EOF EOF