File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -67,15 +67,15 @@ jobs:
6767- `promote` : (Optional) Promote the deployed version to receive all traffic.
6868 The default is `true`.
6969
70- - `flags` : (Optional) Space-separated list of other Cloud Run flags. This can
70+ - `flags` : (Optional) Space-separated list of other App Engine flags. This can
7171 be used to access features that are not exposed via this GitHub Action.
7272
7373 ` ` ` yaml
7474 with:
75- flags: '--add-cloudsql-instances =...'
75+ flags: '--ignore-file =...'
7676 ` ` `
7777
78- See the [complete list of flags](https://cloud.google.com/sdk/gcloud/reference/run /deploy#FLAGS) for more information.
78+ See the [complete list of flags](https://cloud.google.com/sdk/gcloud/reference/app /deploy#FLAGS) for more information.
7979
8080---
8181
You can’t perform that action at this time.
0 commit comments