File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -279,7 +279,6 @@ async function run() {
279
279
280
280
const forceNewDeployInput = core.getInput('force-new-deployment', { required: false }) || 'false';
281
281
const forceNewDeployment = forceNewDeployInput.toLowerCase() === 'true';
282
-
283
282
const desiredCount = parseInt((core.getInput('desired-count', {required: false})));
284
283
285
284
Original file line number Diff line number Diff line change @@ -273,7 +273,6 @@ async function run() {
273
273
274
274
const forceNewDeployInput = core . getInput ( 'force-new-deployment' , { required : false } ) || 'false' ;
275
275
const forceNewDeployment = forceNewDeployInput . toLowerCase ( ) === 'true' ;
276
-
277
276
const desiredCount = parseInt ( ( core . getInput ( 'desired-count' , { required : false } ) ) ) ;
278
277
279
278
You can’t perform that action at this time.
0 commit comments