Skip to content

Commit dfb3ec8

Browse files
committed
chore(action): update branding
1 parent 3bd07c2 commit dfb3ec8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

action.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: 'AWS Lambda Layer Release'
2+
author: Gaurav Sharma <[email protected]>
23
description: 'Action lets you release your latest lambda layer version'
34
inputs:
45
access_key_id: # id of input
@@ -33,4 +34,7 @@ inputs:
3334
default: '[]'
3435
runs:
3536
using: 'node16'
36-
main: 'index.js'
37+
main: 'index.js'
38+
branding:
39+
icon: 'archive'
40+
color: 'gray-dark'

0 commit comments

Comments
 (0)