Use core.getBooleanInput

This commit is contained in:
CrazyMax
2021-05-26 15:22:18 +02:00
parent e0c37242bd
commit 41a29e21ad
6 changed files with 11 additions and 12 deletions

View File

@@ -17,8 +17,6 @@ async function run(): Promise<void> {
}
const bxVersion = await buildx.getVersion();
core.debug(`buildx version: ${bxVersion}`);
const inputs: context.Inputs = await context.getInputs();
const args: string[] = await context.getArgs(inputs, bxVersion);