(input: input, value: string)
| 78 | else return delete process.env[`INPUT_${input.toUpperCase()}`]; |
| 79 | } |
| 80 | function setDefault(input: input, value: string) { |
| 81 | if (!getInput(input)) setInput(input, value); |
| 82 | return getInput(input); |
| 83 | } |
| 84 | |
| 85 | // #region add, remove |
| 86 | if (!getInput('add') && !getInput('remove')) |
no test coverage detected