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"