We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f2bad2 commit b4234b5Copy full SHA for b4234b5
action.yml
@@ -13,6 +13,9 @@ inputs:
13
openai_api_key:
14
description: 'OpenAI API key for the LLM'
15
required: false
16
+ patched_api_key:
17
+ description: 'Patched API key for using Patched services'
18
+ required: false
19
pr_url:
20
description: 'URL of the pull request to review'
21
required: true
0 commit comments