File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,7 @@ async function run() {
15
15
const taskDefinitionFile = core . getInput ( 'task-definition' , { required : true } ) ;
16
16
const containerName = core . getInput ( 'container-name' , { required : true } ) ;
17
17
const imageURI = core . getInput ( 'image' , { required : true } ) ;
18
-
19
18
const environmentVariables = core . getInput ( 'environment-variables' , { required : false } ) ;
20
-
21
19
const logConfigurationLogDriver = core . getInput ( "log-configuration-log-driver" , { required : false } ) ;
22
20
const logConfigurationOptions = core . getInput ( "log-configuration-options" , { required : false } ) ;
23
21
const dockerLabels = core . getInput ( 'docker-labels' , { required : false } ) ;
Original file line number Diff line number Diff line change @@ -9,9 +9,7 @@ async function run() {
9
9
const taskDefinitionFile = core . getInput ( 'task-definition' , { required : true } ) ;
10
10
const containerName = core . getInput ( 'container-name' , { required : true } ) ;
11
11
const imageURI = core . getInput ( 'image' , { required : true } ) ;
12
-
13
12
const environmentVariables = core . getInput ( 'environment-variables' , { required : false } ) ;
14
-
15
13
const logConfigurationLogDriver = core . getInput ( "log-configuration-log-driver" , { required : false } ) ;
16
14
const logConfigurationOptions = core . getInput ( "log-configuration-options" , { required : false } ) ;
17
15
const dockerLabels = core . getInput ( 'docker-labels' , { required : false } ) ;
You can’t perform that action at this time.
0 commit comments