Skip to content

Commit 07e63c2

Browse files
committed
fix: include openrouter.models.ts in CI commit
1 parent 6e636be commit 07e63c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-models.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Update model metadata from OpenRouter API
8080
run: |
8181
git config user.name "github-actions[bot]"
8282
git config user.email "github-actions[bot]@users.noreply.github.com"
83-
git add packages/ .changeset/
83+
git add packages/ scripts/openrouter.models.ts .changeset/
8484
git commit -m "chore: sync model metadata from OpenRouter"
8585
git push --force origin HEAD:automated/sync-models
8686
env:

0 commit comments

Comments
 (0)