mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-05 06:13:55 +01:00
Fix sha check while deploying
This commit is contained in:
parent
0fc839a4e8
commit
6158002796
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish.yaml
vendored
2
.github/workflows/publish.yaml
vendored
|
@ -48,4 +48,4 @@ jobs:
|
|||
max_attempts: 5
|
||||
retry_wait_seconds: 2
|
||||
warning_on_retry: false
|
||||
command: curl -sSL --fail -m 10 https://charasheet.augendre.info | grep $GITHUB_SHA > /dev/null
|
||||
command: curl -sSL --fail -m 10 https://charasheet.augendre.info | grep ${GITHUB_SHA::7} > /dev/null
|
||||
|
|
Loading…
Reference in a new issue