Skip to content

Commit

Permalink
chore: Update dist
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Oct 30, 2023
1 parent 0c9ac76 commit 0b5c9a4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,6 @@ async function run() {
*/
const regex = new RegExp(':task-definition/(.*)$');
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 0b5c9a4

Please sign in to comment.