Skip to content

Commit 02f7eed

Browse files
authored
Fix README references to Cloud Run (#297)
Fixes #296
1 parent 29813ac commit 02f7eed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)