mirror of
https://gitea.com/docker/setup-buildx-action.git
synced 2024-11-21 17:09:34 +01:00
Merge pull request #216 from awendland/patch-1
nit typo in README.md, csv is comma-delimited
This commit is contained in:
commit
4b4e9c3e2d
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ Following inputs can be used as `step.with` keys:
|
|||
> network=host
|
||||
> ```
|
||||
|
||||
> `CSV` type must be a newline-delimited string
|
||||
> `CSV` type must be a comma-delimited string
|
||||
> ```yaml
|
||||
> platforms: linux/amd64,linux/arm64
|
||||
> ```
|
||||
|
|
Loading…
Reference in a new issue