Hithomelabs/CFTunnels#145: Replace --method=POST with --post-data= for BusyBox wget compatibility
All checks were successful
sample gradle build and test / build (pull_request) Successful in 1m55s
sample gradle build and test / tag (push) Successful in 7s
sample gradle build and test / build_tag_push (push) Successful in 2m37s

This commit is contained in:
Dave the Dev 2026-07-08 21:05:48 +00:00
parent bd2d32fa8c
commit bf5c9f1650

View File

@ -63,7 +63,7 @@ jobs:
API_KEY: ${{ secrets.PORTAINER_SERVICE_API_KEY_PROD }}
run: |
wget -q --no-check-certificate --timeout=30 \
--method=POST \
--post-data= \
--header="X-API-Key: $API_KEY" \
-O - \
"$PORTAINER_AUTOMATION_URL/api/deploy/$STACK_ID" 2>&1 \