add newlines
All checks were successful
update neo with compose files / deploy the config on the server (push) Successful in 5s
update neo with compose files / notify after actions (push) Successful in 2s

This commit is contained in:
Didier Slof 2023-04-30 22:12:49 +02:00
parent 5a3092e30d
commit b1be442f40

View file

@ -65,9 +65,9 @@ jobs:
if: always() if: always()
run: | run: |
cat>msg.txt <<EOF cat>msg.txt <<EOF
results for: ${{ github.sha }} results for: ${{ github.sha }} \n
deploy: ${{ needs.deploy.result }} deploy: ${{ needs.deploy.result }} \n
\n
https://git.ixvd.net/${{ github.repository }}/actions/runs/${{ github.run_number }} https://git.ixvd.net/${{ github.repository }}/actions/runs/${{ github.run_number }}
EOF EOF
cat msg.txt cat msg.txt