Skip to content

Commit 47d684d

Browse files
authored
Update actions-utils to allow for more complex flag parsing (#516)
1 parent c88e4fd commit 47d684d

File tree

5 files changed

+108
-126
lines changed

5 files changed

+108
-126
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,14 @@ jobs:
201201
flags: '--add-cloudsql-instances=...'
202202
```
203203

204+
Flags that include other flags must quote the _entire_ outer flag value. For
205+
example, to pass `--args=-X=123`:
206+
207+
```yaml
208+
with:
209+
flags: '--add-cloudsql-instances=... "--args=-X=123"'
210+
```
211+
204212
See the [complete list of
205213
flags](https://cloud.google.com/sdk/gcloud/reference/run/deploy#FLAGS) for
206214
more information.

dist/main/index.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)