From 2a8f65dd0d5bfae9971809dc020ae1349ab4f7e2 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Thu, 19 Mar 2026 14:40:34 -0300 Subject: [PATCH] chore(taskfile): add task to trigger "update providers" action --- Taskfile.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Taskfile.yaml b/Taskfile.yaml index fe1035f8be2abf4b2c5f63b72dbfce8dd5759131..2567cf351b78bcd53c64e680cde60c2741d03421 100644 --- a/Taskfile.yaml +++ b/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