Skip to content

Commit 753fff9

Browse files
committed
Update docs
1 parent fd702ff commit 753fff9

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
This action deploys your function source code to [Cloud Functions][cloud-functions] and makes the URL
44
available to later build steps via outputs.
55

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+
612
**This is not an officially supported Google product, and it is not covered by a
713
Google Cloud support contract. To report bugs or request features in a Google
814
Cloud product, please contact [Google Cloud
@@ -41,6 +47,7 @@ jobs:
4147

4248
- id: 'deploy'
4349
uses: 'google-github-actions/deploy-cloud-functions@v3'
50+
timeout-minutes: 10
4451
with:
4552
name: 'my-function'
4653
runtime: 'nodejs22'
@@ -52,9 +59,10 @@ jobs:
5259
5360
## Inputs
5461
55-
> [!TIP]
62+
> [!IMPORTANT]
5663
>
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
5866
> timeouts](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepstimeout-minutes),
5967
> which can be used to control total deployment time.
6068
@@ -361,6 +369,7 @@ jobs:
361369
362370
- id: 'deploy'
363371
uses: 'google-github-actions/deploy-cloud-functions@v3'
372+
timeout-minutes: 10
364373
with:
365374
name: 'my-function'
366375
runtime: 'nodejs22'
@@ -381,6 +390,7 @@ jobs:
381390
382391
- id: 'deploy'
383392
uses: 'google-github-actions/deploy-cloud-functions@v3'
393+
timeout-minutes: 10
384394
with:
385395
name: 'my-function'
386396
runtime: 'nodejs22'

0 commit comments

Comments
 (0)