Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
asibs committed Oct 26, 2023
1 parent 537c23a commit cf52392
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ async function run() {
const matches = taskDefRevisionArn.match(regex);
core.info(`taskDefRevisionArn was ${taskDefRevisionArn}`);
core.info(`matches is ${JSON.stringify(matches)}`);
core.info(`matches[1] is ${matches[1]}`);
core.setOutput('task-definition-family-and-revision', matches[1])

const clusterName = cluster ? cluster : 'default';
Expand Down

0 comments on commit cf52392

Please sign in to comment.