Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mono-chrome authored Jan 13, 2023
1 parent f53040f commit 6947fdf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: 'GPTReviewWorkflow'
description: 'Let AI review your code'
icon: 'eye'
color: 'gray-dark'
inputs:
OPENAI_API_KEY:
description: 'OpenAI API Key'
Expand Down Expand Up @@ -56,4 +58,4 @@ runs:
GITHUB_TOKEN: ${{ inputs.GITHUB_TOKEN }}
GIT_COMMIT_HASH: ${{ inputs.GIT_COMMIT_HASH }}
PR_TITLE: ${{ inputs.PR_TITLE }}
PR_BODY: ${{ inputs.PR_BODY }}
PR_BODY: ${{ inputs.PR_BODY }}

0 comments on commit 6947fdf

Please sign in to comment.