ci: quick fix for benchmark workflow

This commit is contained in:
Fedor Indutny 2023-01-12 15:45:26 -08:00 committed by GitHub
parent f6746fb689
commit a3877ef747
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -137,5 +137,5 @@ jobs:
git config --global user.name "Signal Bot"
git add .
git commit --message "${GITHUB_REF} ${GITHUB_SHA}"
git push origin main && break || sleep `$((1 + RANDOM % 5))`
git push origin main && break || sleep "$((1 + RANDOM % 5))"
done