From a689ff1b19964117d81f3c24a2dc0a475483b4f7 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Tue, 29 Jul 2025 14:32:36 -0300 Subject: [PATCH] fix: typo --- .github/workflows/update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 3b704667ae88837e4af7741e29538a6866ef03b5..b433db7ffdd8912aeeba413827c815502ee309b3 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/setup-go@v5 with: go-version-file: go.mod - - run: go run . ./cmd/openrouter/main.go + - run: go run ./cmd/openrouter/main.go - uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 # v5 with: commit_message: "chore: auto-update generated files"