Skip to content

Commit e73bcc0

Browse files
committed
cp
1 parent 8a812d1 commit e73bcc0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/validators.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ export function getInputs(): ActionInputs {
4545
pipPackage: core.getInput('pip-package') || undefined,
4646
pipIndexUrl: core.getInput('pip-index-url') || undefined,
4747
binary: core.getInput('binary') || undefined,
48-
axonAttachProtocol: (core.getInput('axon-attach-protocol') || undefined) as ActionInputs['axonAttachProtocol'],
48+
axonAttachProtocol: (core.getInput('axon-attach-protocol') ||
49+
undefined) as ActionInputs['axonAttachProtocol'],
4950
setupCommands: setupCommandsRaw
5051
? setupCommandsRaw
5152
.split('\n')

0 commit comments

Comments
 (0)