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:
67
67
- `promote` : (Optional) Promote the deployed version to receive all traffic.
68
68
The default is `true`.
69
69
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
71
71
be used to access features that are not exposed via this GitHub Action.
72
72
73
73
` ` ` yaml
74
74
with:
75
- flags: '--add-cloudsql-instances =...'
75
+ flags: '--ignore-file =...'
76
76
` ` `
77
77
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.
79
79
80
80
---
81
81
You can’t perform that action at this time.
0 commit comments