channel support

This commit is contained in:
CrazyMax
2023-03-10 00:40:26 +01:00
parent 475e5bf1db
commit 59b62980d1
6 changed files with 44 additions and 5 deletions

View File

@ -21,6 +21,18 @@ describe('getInputs', () => {
]),
{
version: 'v23.0.1',
channel: '',
} as context.Inputs
],
[
1,
new Map<string, string>([
['version', 'v23.0.0-rc.4'],
['channel', 'test'],
]),
{
version: 'v23.0.0-rc.4',
channel: 'test',
} as context.Inputs
]
])(