Skip to content

Commit

Permalink
Place required arguments first
Browse files Browse the repository at this point in the history
  • Loading branch information
platisd committed Mar 13, 2023
1 parent 79b19f7 commit 5e9b5e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ inputs:
github_token:
description: 'The GitHub token'
required: true
openai_api_key:
description: 'OpenAI API key'
required: true
pull_request_id:
description: 'Pull request id (otherwise attempt to extract it from the GitHub metadata)'
required: false
default: ''
openai_api_key:
description: 'OpenAI API key'
required: true
allowed_users:
description: 'Comma-separated list of GitHub usernames this action will run for, if empty it will run for all users'
required: false
Expand Down

0 comments on commit 5e9b5e8

Please sign in to comment.