We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d456b1 commit 1ba23c5Copy full SHA for 1ba23c5
1 file changed
src/validators.ts
@@ -45,7 +45,8 @@ export function getInputs(): ActionInputs {
45
pipPackage: core.getInput('pip-package') || undefined,
46
pipIndexUrl: core.getInput('pip-index-url') || undefined,
47
binary: core.getInput('binary') || undefined,
48
- axonAttachProtocol: (core.getInput('axon-attach-protocol') || undefined) as ActionInputs['axonAttachProtocol'],
+ axonAttachProtocol: (core.getInput('axon-attach-protocol') ||
49
+ undefined) as ActionInputs['axonAttachProtocol'],
50
setupCommands: setupCommandsRaw
51
? setupCommandsRaw
52
.split('\n')
0 commit comments