Update repo

This commit is contained in:
termux-actions[bot]
2022-03-13 13:38:22 +00:00
parent 3156e07dd9
commit 4f2541e7d9

View File

@@ -89,7 +89,7 @@ aptly_publish_repo() {
--max-time 300 \
--header 'Content-Type: application/json' \
--request PUT \
--data "{'Signing': {'Passphrase': '${GPG_PASSPHRASE}'}}" \
--data "{\"Signing\": {\"Passphrase\": \"${GPG_PASSPHRASE}\"}}" \
${REPOSITORY_URL}/publish/${REPOSITORY_NAME}/${REPOSITORY_DISTRIBUTION} || true
)
http_status_code=$(echo "$curl_response" | cut -d'|' -f2 | grep -oP '\d{3}$')