Skip to content

Commit fd598eb

Browse files
committed
fix
1 parent c1a222e commit fd598eb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pull-compliance.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,5 +203,4 @@ jobs:
203203
steps:
204204
- uses: actions/checkout@v4
205205
- run: npm install -g @openai/codex
206-
- name: Generate README translations
207-
run: codex exec "$(cat ./readme-translation.txt)"
206+
- run: codex exec "$(cat ./readme-translation-prompt.txt)"

0 commit comments

Comments
 (0)