chore(taskfile): add task to trigger "update providers" action

Andrey Nering created

Change summary

Taskfile.yaml | 5 +++++
1 file changed, 5 insertions(+)

Detailed changes

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