Use a composite action

This is an attempt to see if this is faster than a Go action.
This commit is contained in:
2025-11-13 13:06:25 +01:00
parent 384201755f
commit fc5fc66d5f

View File

@@ -1,5 +1,8 @@
name: 'Watchtower Update' name: 'Watchtower Update'
description: 'Automatically triggers Watchtower to scan for new images' description: 'Automatically triggers Watchtower to scan for new images'
runs: runs:
using: 'go' using: 'composite'
main: 'main.go' steps:
- name: Trigger Watchtower Update
run: |
curl -H "Authorization: Bearer mytoken" https://watchtower.seeseepuff.be/v1/update