Seth Vargo

Results 200 comments of Seth Vargo

The latest version supports multi-line parsing and CSV parsing. It does not support multi-line parsing where lines end in CSVs. It's been fixed in the upstream libraries. The examples above...

Hi @erzz I'm just one opinion, but I'm generally averse to client-side validation and manipulation of values. The server should really be enforcing this. If the allowed values were to...

> But isn't that the utility of an action? An action, but I don't think _this_ action. I'm a big fan of the "do one thing and do it right"...

Untested, but something like this should work: ```yaml - id: 'slugify' run: |- node -c 'const input = "${{ my-input }}".replace(/W+/, '-').substring(0, 30); process.stdout.write("::set-output name=slug::"+x)' ```

Hi @aurecchia Yes - that's correct, and that's what gcloud does too. `--to-latest` is just syntactic sugar.

What permissions does the service account in `WIF_SERVICE_ACCOUNT` have?

@StevenACoffman for your use case, why not set `keep` to 1 or 5. That would ensure the N most recent versions are kept, regardless of timestamp.

It's per repository. > ...has countless git SHA1 docker tags that I do not wish to retain, and only 1 (or perhaps 2) that I do wish to retain. However,...

I think we'd need to figure out how that plays with the existing `-tag-filter`

I think that makes sense, but it will be a little bit of a refactor. The current behavior is that all tag filters are mutually exclusive with eachother.