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