Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-luke authored Apr 25, 2023
1 parent d0ffc83 commit 2f66e7e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,13 @@ runs:
branding:
icon: 'check-square'
color: 'white'

inputs:
analysis-path:
description: 'Path to the file or directory you wish to analyse'
required: false
default: '/repo'
openai-api-key:
description: 'Your OpenAI API key'
required: true
default: 'sk-XXXX'

0 comments on commit 2f66e7e

Please sign in to comment.