github actions: fix undefined variable in error message
This commit is contained in:
parent
fc7b5d6dbe
commit
c8a0cfc528
2
.github/workflows/packages.yml
vendored
2
.github/workflows/packages.yml
vendored
@ -258,7 +258,7 @@ jobs:
|
||||
echo "[!] Repository update takes more time than expected, server returned empty response."
|
||||
echo "[!] This is expected if large amount of data has been submitted."
|
||||
else
|
||||
echo "[!] curl exited with error code $exit_status."
|
||||
echo "[!] curl exited with error code ${exit_code}."
|
||||
exit "$exit_code"
|
||||
fi
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user