update_stack.yml
All checks were successful
Portainer Stack Update / update_stack (push) Successful in 4s

This commit is contained in:
krisz 2025-04-21 20:54:22 +02:00
parent ee23742747
commit 862458dda7

View File

@ -35,7 +35,7 @@ jobs:
if [ "$STACK_ID" != "null" ]; then
echo "::notice title=Updating Portainer stack::$dir (ID: $STACK_ID)..."
curl -X POST "http://portainer.szabolcsi.dev/api/stacks/webhooks/$STACK_ID"
curl -v -X POST "http://portainer.szabolcsi.dev/api/stacks/webhooks/$STACK_ID"
else
echo "::notice title=No stack ID found for::$dir, skipping."
fi