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 c055fb4 commit 33086adCopy full SHA for 33086ad
2 files changed
.github/workflows/update-llms.yaml
@@ -41,7 +41,7 @@ jobs:
41
- name: Regenerate llms-full.txt
42
run: bun run docs/scripts/generate-llms-full.ts
43
- name: Commit changes
44
- uses: stefanzweifel/git-auto-commit-action@v6
+ uses: stefanzweifel/git-auto-commit-action@v7
45
with:
46
commit_message: "docs: regenerate llms-full.txt"
47
file_pattern: docs/public/llms-full.txt
.github/workflows/update-lock.yaml
@@ -38,4 +38,4 @@ jobs:
38
- name: Update locks
39
run: bun install --lockfile-only
40
0 commit comments