Skip to content

Commit ce8e902

Browse files
author
GitHub Actions
committed
chore: Update dist
1 parent 7306ac9 commit ce8e902

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dist/index.js

+3
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,9 @@ 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]}`);
175178
core.setOutput('task-definition-family-and-revision', matches[1])
176179

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

0 commit comments

Comments
 (0)