Skip to content

Commit 695158f

Browse files
authored
fix: update action desc (#15)
1 parent ce118c0 commit 695158f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

action.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414

1515
name: Cloud Functions Deploy
1616
description: |-
17-
Cloud Functions is a scalable Functions-as-a-Service (FaaS) to run your
18-
code with zero server management. Use this action to deploy your function or
17+
Use this action to deploy your function or
1918
update an existing Cloud Function.
2019
author: Google LLC
2120

@@ -108,4 +107,4 @@ outputs:
108107

109108
runs:
110109
using: "node12"
111-
main: "dist/index.js"
110+
main: "dist/index.js"

0 commit comments

Comments
 (0)