Skip to content

Commit

Permalink
Update actions-utils to allow for more complex flag parsing (#516)
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo authored May 9, 2024
1 parent c88e4fd commit 47d684d
Show file tree
Hide file tree
Showing 5 changed files with 108 additions and 126 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,14 @@ jobs:
flags: '--add-cloudsql-instances=...'
```

Flags that include other flags must quote the _entire_ outer flag value. For
example, to pass `--args=-X=123`:

```yaml
with:
flags: '--add-cloudsql-instances=... "--args=-X=123"'
```

See the [complete list of
flags](https://cloud.google.com/sdk/gcloud/reference/run/deploy#FLAGS) for
more information.
Expand Down
4 changes: 2 additions & 2 deletions dist/main/index.js

Large diffs are not rendered by default.

Loading

0 comments on commit 47d684d

Please sign in to comment.