mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 10:55:17 +00:00
fix: correct indentation
This commit is contained in:
parent
96d408c42a
commit
f170af4675
1 changed files with 5 additions and 4 deletions
|
|
@ -87,9 +87,10 @@ jobs:
|
||||||
echo 'Running Issue Agent action step on ISSUE_URL=$ISSUE_URL' && \
|
echo 'Running Issue Agent action step on ISSUE_URL=$ISSUE_URL' && \
|
||||||
export config__git_provider='github' && \
|
export config__git_provider='github' && \
|
||||||
export github__user_token=$GITHUB_TOKEN && \
|
export github__user_token=$GITHUB_TOKEN && \
|
||||||
export github__base_url=$GITHUB_API_URL && \
|
export github__base_url=$GITHUB_API_URL && \
|
||||||
export openai__key=$OPENAI_KEY && \
|
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"
|
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.
|
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.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue