maybe fixes it
This commit is contained in:
parent
0eb9499184
commit
5a3092e30d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update-server.yml
vendored
2
.github/workflows/update-server.yml
vendored
|
@ -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
|
||||||
|
|
Reference in a new issue