Use a composite action
This is an attempt to see if this is faster than a Go action.
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
name: 'Watchtower Update'
|
||||
description: 'Automatically triggers Watchtower to scan for new images'
|
||||
runs:
|
||||
using: 'go'
|
||||
main: 'main.go'
|
||||
using: 'composite'
|
||||
steps:
|
||||
- name: Trigger Watchtower Update
|
||||
run: |
|
||||
curl -H "Authorization: Bearer mytoken" https://watchtower.seeseepuff.be/v1/update
|
||||
|
||||
Reference in New Issue
Block a user