From 4e968d9860117ee3561a17b51835c40facaaa970 Mon Sep 17 00:00:00 2001 From: Sebastiaan de Schaetzen Date: Wed, 1 Apr 2026 11:45:11 +0200 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ca38875..adffb03 100644 --- a/action.yml +++ b/action.yml @@ -5,4 +5,4 @@ runs: steps: - name: Trigger Watchtower Update run: | - curl -H "Authorization: Bearer mytoken" https://watchtower.seeseepuff.be/v1/update + curl -X POST -H "Authorization: Bearer mytoken" https://watchtower.seeseepuff.be/v1/update