(name: outputKey, value?: string | boolean)
| 419 | } |
| 420 | |
| 421 | function output(name: outputKey, value?: string | boolean) { |
| 422 | outputs[name] = value |
| 423 | return setOutput(name, `${value}`) |
| 424 | } |
| 425 | |
| 426 | function logOutputs() { |
| 427 | startGroup('Outputs:') |
no test coverage detected