Skip to content

Commit 82cc398

Browse files
committed
update/dist1
1 parent a0d843b commit 82cc398

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

dist/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ async function run() {
1515
const taskDefinitionFile = core.getInput('task-definition', { required: true });
1616
const containerName = core.getInput('container-name', { required: true });
1717
const imageURI = core.getInput('image', { required: true });
18-
1918
const environmentVariables = core.getInput('environment-variables', { required: false });
20-
2119
const logConfigurationLogDriver = core.getInput("log-configuration-log-driver", { required: false });
2220
const logConfigurationOptions = core.getInput("log-configuration-options", { required: false });
2321
const dockerLabels = core.getInput('docker-labels', { required: false });

index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ async function run() {
99
const taskDefinitionFile = core.getInput('task-definition', { required: true });
1010
const containerName = core.getInput('container-name', { required: true });
1111
const imageURI = core.getInput('image', { required: true });
12-
1312
const environmentVariables = core.getInput('environment-variables', { required: false });
14-
1513
const logConfigurationLogDriver = core.getInput("log-configuration-log-driver", { required: false });
1614
const logConfigurationOptions = core.getInput("log-configuration-options", { required: false });
1715
const dockerLabels = core.getInput('docker-labels', { required: false });

0 commit comments

Comments
 (0)