github actions: fix undefined variable in error message

This commit is contained in:
Leonid Pliushch 2021-10-07 13:56:23 +03:00
parent fc7b5d6dbe
commit c8a0cfc528
No known key found for this signature in database
GPG Key ID: 45F2964132545795

View File

@ -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