github actions: add newline after curl output

This commit is contained in:
Leonid Pliushch 2021-07-30 18:20:26 +03:00
parent a47d342818
commit fea2a2730f
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with 1 additions and 0 deletions

View File

@ -258,6 +258,7 @@ jobs:
--data '{"Signing": {"Passphrase": "${{ secrets.GPG_PASSPHRASE }}"}}' \
https://packages.termux.org/aptly-api/publish/${REPOSITORY_NAME}/${REPOSITORY_DISTRIBUTION}
exit_code=$?
echo
if [ "$exit_code" = 0 ]; then
echo "[*] Repository updated successfully."