File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change 1
- name : ' Serverless Github Action'
2
- description : ' Github Action for the Serverless Framework'
1
+ name : ' Serverless GitHub Action'
2
+ description : ' Wraps the Serverless Framework to enable common Serverless commands'
3
+ author :
' Serverless, Inc. <[email protected] > (https://serverless.com)'
4
+ branding :
5
+ icon : ' zap'
6
+ color : ' red'
3
7
inputs :
4
8
args :
5
9
description : ' Arguments passed to `serverless`'
6
10
required : false
7
11
default : help
12
+ entrypoint :
13
+ description : ' Serverless entrypoint. For example: `/bin/sh`'
14
+ required : false
8
15
serverless-version :
9
16
description : ' Version of the Serverless Framework to use (default: latest)'
10
17
required : false
20
27
- ${{ inputs.working-directory }}
21
28
- ${{ inputs.serverless-version }}
22
29
- ${{ inputs.args }}
30
+ entrypoint : ${{ inputs.entrypoint }}
31
+
32
+ outputs :
33
+ version :
34
+ description : ' Serverless Framework version'
35
+ result :
36
+ description : ' Serverless Framework result'
You can’t perform that action at this time.
0 commit comments