Skip to content

Commit 32d4b88

Browse files
committed
chatgpt-revision.yaml: fix
1 parent 496fc27 commit 32d4b88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/chatgpt-revision.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
env:
3939
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
4040
AI_EDITOR_LANGUAGE_MODEL: ${{ inputs.model }}
41-
AI_EDITOR_FILENAMES_TO_REVISE: ${{ inputs.model }}
41+
AI_EDITOR_FILENAMES_TO_REVISE: ${{ inputs.file_names }}
4242
# More variables can be specified to control the behavior of the model:
4343
# https://github.com/greenelab/manubot-ai-editor/blob/main/libs/manubot/ai_editor/env_vars.py
4444
run: python ci/run-manuscript-editor.py

0 commit comments

Comments
 (0)