We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bd07c2 commit dfb3ec8Copy full SHA for dfb3ec8
action.yml
@@ -1,4 +1,5 @@
1
name: 'AWS Lambda Layer Release'
2
+author: Gaurav Sharma <[email protected]>
3
description: 'Action lets you release your latest lambda layer version'
4
inputs:
5
access_key_id: # id of input
@@ -33,4 +34,7 @@ inputs:
33
34
default: '[]'
35
runs:
36
using: 'node16'
- main: 'index.js'
37
+ main: 'index.js'
38
+branding:
39
+ icon: 'archive'
40
+ color: 'gray-dark'
0 commit comments