File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 3
3
This action deploys your function source code to [ Cloud Functions] [ cloud-functions ] and makes the URL
4
4
available to later build steps via outputs.
5
5
6
+ > [ !CAUTION]
7
+ >
8
+ > ** This README corresponds to the "v3" GitHub Action, which is currently in
9
+ > beta.** If you are using "v2", see the [ documentation for
10
+ > google-github-actions/deploy-cloud-functions@v2] ( tree/release/v2 ) .
11
+
6
12
** This is not an officially supported Google product, and it is not covered by a
7
13
Google Cloud support contract. To report bugs or request features in a Google
8
14
Cloud product, please contact [ Google Cloud
41
47
42
48
- id : ' deploy'
43
49
uses : ' google-github-actions/deploy-cloud-functions@v3'
50
+ timeout-minutes : 10
44
51
with :
45
52
name : ' my-function'
46
53
runtime : ' nodejs22'
52
59
53
60
## Inputs
54
61
55
- > [!TIP ]
62
+ > [!IMPORTANT ]
56
63
>
57
- > In addition to these inputs, we recommend setting [job and step-level
64
+ > In addition to these inputs, we **highly recommend** setting [job and
65
+ > step-level
58
66
> timeouts](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepstimeout-minutes),
59
67
> which can be used to control total deployment time.
60
68
@@ -361,6 +369,7 @@ jobs:
361
369
362
370
- id: 'deploy'
363
371
uses: 'google-github-actions/deploy-cloud-functions@v3'
372
+ timeout-minutes: 10
364
373
with:
365
374
name: 'my-function'
366
375
runtime: 'nodejs22'
@@ -381,6 +390,7 @@ jobs:
381
390
382
391
- id: 'deploy'
383
392
uses: 'google-github-actions/deploy-cloud-functions@v3'
393
+ timeout-minutes: 10
384
394
with:
385
395
name: 'my-function'
386
396
runtime: 'nodejs22'
You can’t perform that action at this time.
0 commit comments