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 d29f481 commit c757f7cCopy full SHA for c757f7c
github-action/src/main.ts
@@ -57,7 +57,7 @@ export async function runMain(): Promise<void> {
57
const inputEnvsWithDefaults = populateDefaults(inputEnvs, inheritEnv);
58
const cacheFrom: string[] = core.getMultilineInput('cacheFrom');
59
const noCache: boolean = core.getBooleanInput('noCache');
60
- const cacheTo: string[] = core.getMultilineInput('cacheFrom');
+ const cacheTo: string[] = core.getMultilineInput('cacheTo');
61
const skipContainerUserIdUpdate = core.getBooleanInput(
62
'skipContainerUserIdUpdate',
63
);
0 commit comments