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