From d7eacc152d1f5524d8349fb59f09debf6333069c Mon Sep 17 00:00:00 2001 From: srueda99 Date: Mon, 18 Apr 2022 18:26:01 -0500 Subject: [PATCH] Branding --- action.yml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/action.yml b/action.yml index 3621ea6..c43f215 100644 --- a/action.yml +++ b/action.yml @@ -34,12 +34,6 @@ outputs: runs: using: 'docker' image: 'Dockerfile' - # args: - # - ${{ inputs.port }} - # - ${{ inputs.host }} - # - ${{ inputs.origin }} - # - ${{ inputs.destination }} - # - ${{ inputs.username }} - # - ${{ inputs.password }} - # - ${{ inputs.key }} - # - ${{ inputs.passphrase }} \ No newline at end of file +branding: + icon: 'send' + color: 'black' \ No newline at end of file