Taskfile.yaml 🔗
@@ -105,3 +105,8 @@ tasks:
desc: Generate vercel provider configurations
cmds:
- go run cmd/vercel/main.go
+
+ update:
+ desc: Trigger the update workflow on GitHub
+ cmds:
+ - gh workflow run update.yml
Andrey Nering created
Taskfile.yaml | 5 +++++
1 file changed, 5 insertions(+)
@@ -105,3 +105,8 @@ tasks:
desc: Generate vercel provider configurations
cmds:
- go run cmd/vercel/main.go
+
+ update:
+ desc: Trigger the update workflow on GitHub
+ cmds:
+ - gh workflow run update.yml