Merge pull request #216 from awendland/patch-1

nit typo in README.md, csv is comma-delimited
This commit is contained in:
CrazyMax 2023-03-10 09:29:49 +00:00 committed by GitHub
commit 4b4e9c3e2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -80,7 +80,7 @@ Following inputs can be used as `step.with` keys:
> network=host > network=host
> ``` > ```
> `CSV` type must be a newline-delimited string > `CSV` type must be a comma-delimited string
> ```yaml > ```yaml
> platforms: linux/amd64,linux/arm64 > platforms: linux/amd64,linux/arm64
> ``` > ```