From f4fada3ea38b70d4c94591fd5f126362e08e44f0 Mon Sep 17 00:00:00 2001 From: Billy Vong Date: Tue, 24 Nov 2020 17:37:54 -0800 Subject: [PATCH] meta: update icon/color for actions marketplace --- action.yml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/action.yml b/action.yml index d722344..fabd096 100644 --- a/action.yml +++ b/action.yml @@ -1,11 +1,13 @@ -name: 'action-git-diff-suggestions' -description: 'This GitHub Action will take the current git changes and apply them as GitHub code review suggestions' -author: 'Sentry' +name: action-git-diff-suggestions +description: This GitHub Action will take the current git changes and apply them as GitHub code review suggestions +author: Sentry +icon: book-open +color: purple inputs: github-token: - description: 'github token' + description: github token message: - description: 'The message to prepend the review suggestion' + description: The message to prepend the review suggestion runs: - using: 'node12' - main: 'dist/index.js' + using: node12 + main: dist/index.js