From 6947fdf73fbabdf75b1e168c59e5879d7a1e97ee Mon Sep 17 00:00:00 2001 From: Sebastian T Date: Fri, 13 Jan 2023 13:50:23 +0000 Subject: [PATCH] Update action.yml --- action.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index d480159..7ae64e6 100644 --- a/action.yml +++ b/action.yml @@ -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' @@ -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 }} \ No newline at end of file + PR_BODY: ${{ inputs.PR_BODY }}