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