Skip to content

Commit c757f7c

Browse files
Update github-action/src/main.ts
Typo Co-authored-by: Samruddhi Khandale <[email protected]>
1 parent d29f481 commit c757f7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github-action/src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export async function runMain(): Promise<void> {
5757
const inputEnvsWithDefaults = populateDefaults(inputEnvs, inheritEnv);
5858
const cacheFrom: string[] = core.getMultilineInput('cacheFrom');
5959
const noCache: boolean = core.getBooleanInput('noCache');
60-
const cacheTo: string[] = core.getMultilineInput('cacheFrom');
60+
const cacheTo: string[] = core.getMultilineInput('cacheTo');
6161
const skipContainerUserIdUpdate = core.getBooleanInput(
6262
'skipContainerUserIdUpdate',
6363
);

0 commit comments

Comments
 (0)