Skip to content

Commit 0b5c9a4

Browse files
author
GitHub Actions
committed
chore: Update dist
1 parent 0c9ac76 commit 0b5c9a4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

dist/index.js

-3
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,6 @@ async function run() {
172172
*/
173173
const regex = new RegExp(':task-definition/(.*)$');
174174
const matches = taskDefRevisionArn.match(regex);
175-
core.info(`taskDefRevisionArn was ${taskDefRevisionArn}`);
176-
core.info(`matches is ${JSON.stringify(matches)}`);
177-
core.info(`matches[1] is ${matches[1]}`);
178175
core.setOutput('task-definition-family-and-revision', matches[1])
179176

180177
const clusterName = cluster ? cluster : 'default';

0 commit comments

Comments
 (0)