mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-08 03:43:25 +00:00
github actions: fix undefined variable in error message
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user