Hithomelabs/CFTunnels#145: Replace --method=POST with --post-data= for BusyBox wget compatibility

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

View File

@ -72,7 +72,7 @@ jobs:
API_KEY: ${{ secrets.PORTAINER_SERVICE_API_KEY }}
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 \