From 82cc39872345fd600fb386d19949423d8990134f Mon Sep 17 00:00:00 2001 From: kolladit Date: Thu, 2 May 2024 14:01:40 -0700 Subject: [PATCH] update/dist1 --- dist/index.js | 2 -- index.js | 2 -- 2 files changed, 4 deletions(-) diff --git a/dist/index.js b/dist/index.js index dd9add51..a68c0987 100644 --- a/dist/index.js +++ b/dist/index.js @@ -15,9 +15,7 @@ async function run() { const taskDefinitionFile = core.getInput('task-definition', { required: true }); const containerName = core.getInput('container-name', { required: true }); const imageURI = core.getInput('image', { required: true }); - const environmentVariables = core.getInput('environment-variables', { required: false }); - const logConfigurationLogDriver = core.getInput("log-configuration-log-driver", { required: false }); const logConfigurationOptions = core.getInput("log-configuration-options", { required: false }); const dockerLabels = core.getInput('docker-labels', { required: false }); diff --git a/index.js b/index.js index c15ba606..283336d7 100644 --- a/index.js +++ b/index.js @@ -9,9 +9,7 @@ async function run() { const taskDefinitionFile = core.getInput('task-definition', { required: true }); const containerName = core.getInput('container-name', { required: true }); const imageURI = core.getInput('image', { required: true }); - const environmentVariables = core.getInput('environment-variables', { required: false }); - const logConfigurationLogDriver = core.getInput("log-configuration-log-driver", { required: false }); const logConfigurationOptions = core.getInput("log-configuration-options", { required: false }); const dockerLabels = core.getInput('docker-labels', { required: false });