We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 496fc27 commit 32d4b88Copy full SHA for 32d4b88
.github/workflows/chatgpt-revision.yaml
@@ -38,7 +38,7 @@ jobs:
38
env:
39
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
40
AI_EDITOR_LANGUAGE_MODEL: ${{ inputs.model }}
41
- AI_EDITOR_FILENAMES_TO_REVISE: ${{ inputs.model }}
+ AI_EDITOR_FILENAMES_TO_REVISE: ${{ inputs.file_names }}
42
# More variables can be specified to control the behavior of the model:
43
# https://github.com/greenelab/manubot-ai-editor/blob/main/libs/manubot/ai_editor/env_vars.py
44
run: python ci/run-manuscript-editor.py
0 commit comments