diff --git a/docs/docs/tools/help_docs.md b/docs/docs/tools/help_docs.md index b69966d3..19ba4180 100644 --- a/docs/docs/tools/help_docs.md +++ b/docs/docs/tools/help_docs.md @@ -86,10 +86,11 @@ jobs: -c "cd /app && \ echo 'Running Issue Agent action step on ISSUE_URL=$ISSUE_URL' && \ export config__git_provider='github' && \ - export github__user_token=$GITHUB_TOKEN && \ -export github__base_url=$GITHUB_API_URL && \ -export openai__key=$OPENAI_KEY && \ -python -m pr_agent.cli --issue_url=$ISSUE_URL --pr_help_docs.repo_url="..." --pr_help_docs.docs_path="..." --pr_help_docs.openai_key=$OPENAI_KEY && help_docs "$ISSUE_BODY" + export github__user_token=$GITHUB_TOKEN && \ + export github__base_url=$GITHUB_API_URL && \ + export openai__key=$OPENAI_KEY && \ + python -m pr_agent.cli --issue_url=$ISSUE_URL --pr_help_docs.repo_url="..." --pr_help_docs.docs_path="..." --pr_help_docs.openai_key=$OPENAI_KEY && \ + help_docs "$ISSUE_BODY" ``` 3) Following completion of the remaining steps (such as adding secrets and relevant configurations, such as `repo_url` and `docs_path`) merge this change to your main branch.