add newlines
This commit is contained in:
parent
5a3092e30d
commit
b1be442f40
1 changed files with 3 additions and 3 deletions
6
.github/workflows/update-server.yml
vendored
6
.github/workflows/update-server.yml
vendored
|
@ -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
|
||||||
|
|
Reference in a new issue