We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e636be commit 07e63c2Copy full SHA for 07e63c2
1 file changed
.github/workflows/sync-models.yml
@@ -80,7 +80,7 @@ Update model metadata from OpenRouter API
80
run: |
81
git config user.name "github-actions[bot]"
82
git config user.email "github-actions[bot]@users.noreply.github.com"
83
- git add packages/ .changeset/
+ git add packages/ scripts/openrouter.models.ts .changeset/
84
git commit -m "chore: sync model metadata from OpenRouter"
85
git push --force origin HEAD:automated/sync-models
86
env:
0 commit comments