1
0
Fork 0
toolkit/packages
Oliver Ford 7c60c0037a
Fix tool output mangled with spawned cmd string
Presently if the exec'd tool is expected to produce an output (i.e. to
write to stdout) that can be consumed in a Unix pipeline, assigned to a
variable, or similar; the `silent` option must be set in order to avoid
the output being mangled by `@actions/exec` to include the full command
string that it spawns (and then re-writing out from the provided stdout
listener).

This commit writes the spawned command string to stderr instead of
stdout, as would be expected for logging/debug information as opposed to
consumable output data.

Closes #649.
2023-10-26 17:35:31 +01:00
..
artifact use sha256 instead of md5 for artifact v4 integrity hash 2023-10-16 16:20:24 +00:00
cache fix test + update semver 2023-09-26 11:10:18 +00:00
core Add function to return proxy agent dispatcher for compatibility with latest octokit 2023-10-05 16:20:26 +02:00
exec Fix tool output mangled with spawned cmd string 2023-10-26 17:35:31 +01:00
github Update dependencies in github package (#1553) 2023-10-10 16:04:42 +02:00
glob Audit Fix (#1480) 2023-08-03 16:36:11 -04:00
http-client Update release notes for http-client@2.2.0 (#1549) 2023-10-06 16:03:00 +02:00
io Update dependencies 2023-09-08 14:29:27 +00:00
tool-cache fix audit 2023-10-05 16:41:02 +02:00