[skip ci] Delete workflow runs

This commit is contained in:
Xwite
2023-03-13 21:42:28 +08:00
parent efc5bfd1e6
commit 78578207ce
3 changed files with 15 additions and 1 deletions

View File

@@ -29,7 +29,7 @@ function checkVersionExit() {
if [[ $max_offset > $offset ]]; then
offset=$(expr $offset + 1)
echo "retry with offset $offset"
fetchVersion
fetchExitVersion
else
exit
fi