Skip to content

Commit

Permalink
package
Browse files Browse the repository at this point in the history
  • Loading branch information
muzfuz committed Jul 6, 2023
1 parent 86aa73c commit ed20de0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ async function runTask(ecs, clusterName, taskDefArn, waitForMinutes) {
if (securityGroupIds != "") {
awsvpcConfiguration["securityGroups"] = securityGroupIds.split(',')
}

const runTaskResponse = await ecs.runTask({
startedBy: startedBy,
cluster: clusterName,
Expand Down Expand Up @@ -379,6 +379,7 @@ async function run() {
// Register the task definition or use passed in ARN
let taskDefArn;
if (shouldUseTaskARN) {
core.debug(`Using pre-existing task definition: ${taskDefinitionFile}`)
taskDefArn = taskDefinitionFile;
} else {
core.debug('Registering the task definition');
Expand Down

0 comments on commit ed20de0

Please sign in to comment.