We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 658aab3 commit 99f503fCopy full SHA for 99f503f
.github/workflows/generate-prompts.yml
@@ -23,7 +23,7 @@ jobs:
23
run: bun install gray-matter
24
25
- name: Generate prompts.json
26
- run: bun run generate
+ run: bun run .github/scripts/generate-prompts.ts
27
28
- name: Check for changes
29
id: git-check
0 commit comments