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()
|
||||
run: |
|
||||
cat>msg.txt <<EOF
|
||||
results for: ${{ github.sha }}
|
||||
deploy: ${{ needs.deploy.result }}
|
||||
|
||||
results for: ${{ github.sha }} \n
|
||||
deploy: ${{ needs.deploy.result }} \n
|
||||
\n
|
||||
https://git.ixvd.net/${{ github.repository }}/actions/runs/${{ github.run_number }}
|
||||
EOF
|
||||
cat msg.txt
|
||||
|
|
Reference in a new issue