Skip to content

Commit 99f503f

Browse files
committed
fix workflow
1 parent 658aab3 commit 99f503f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-prompts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: bun install gray-matter
2424

2525
- name: Generate prompts.json
26-
run: bun run generate
26+
run: bun run .github/scripts/generate-prompts.ts
2727

2828
- name: Check for changes
2929
id: git-check

0 commit comments

Comments
 (0)