Skip to content

Commit

Permalink
add branding
Browse files Browse the repository at this point in the history
  • Loading branch information
bluebrown committed Apr 6, 2021
1 parent 16f0925 commit 4ae0b39
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: 'Use S3cmd'
description: 'Use S3cmd cli to interact with s3 object storage.'
branding:
icon: 'award'
color: 'green'

inputs:
cluster:
description: 's3 region'
Expand All @@ -10,6 +14,7 @@ inputs:
secret_key:
description: 's3 secret key'
required: true

runs:
using: 'node12'
main: 'dist/index.js'

0 comments on commit 4ae0b39

Please sign in to comment.