You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A string that defines the inputs for a Docker container. Inputs can include hardcoded strings. GitHub passes the args to the container's ENTRYPOINT when the container starts up. An array of strings is not supported by this parameter.
A string that defines the inputs for a Docker container. Inputs can include hardcoded strings. GitHub passes the args to the container's ENTRYPOINT when the container starts up. An array of strings is not supported by this parameter.
That's actually pretty inconvenient for cases with logs of arguments.
It has a lot of arguments, they change frequently, and I wouldn't want to copy them all as inputs in my wrapper action and then have users of that action provide them as jobs.<job_id>.steps.with. That would be nice, but the maintenance load would be insane. I guess that's similar for a lot of CLI tools with lots of arguments.
So I'd just like users to be able to conveniently pass through arguments to entrypoint with jobs.<job_id>.steps.with.args, but passing that all as one string is awkward and makes versioning ugly.
Any chance you could support arrays of strings here?
Or what would be the idiomatic/first-best-way to pass on lots of arguments?
really inconvenient limitation
The text was updated successfully, but these errors were encountered: