Skip to content

Commit 76da9bf

Browse files
committed
Fix env var extraction
Update to on-push for testing Update action for testing Reset testing
1 parent 060fe95 commit 76da9bf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ source "$HOME_DIR/src/ai.sh"
1212
##? Auto-reviews a Pull Request
1313
##?
1414
##? Usage:
15-
##? main.sh --github_token=<token> --ai_provider=<provider> --ai_api_key=<key> --ai_model=<model> --github_api_url=<url> --files_to_ignore=<files>
16-
##? main.sh --github_token=<token> --open_ai_api_key=<token> --gpt_model_name=<name> --github_api_url=<url> --files_to_ignore=<files> (legacy)
15+
##? main.sh --github_token=<token> --ai_provider=<provider> --ai_api_key=<key> --ai_model=<model> --github_api_url=<url> --files_to_ignore=<files> --open_ai_api_key=<token> --gpt_model_name=<name>
1716
main() {
1817
local github_token ai_provider ai_api_key ai_model github_api_url files_to_ignore
1918
local open_ai_api_key gpt_model_name # Legacy parameters

0 commit comments

Comments
 (0)