Skip to content

Commit cf52392

Browse files
committed
Debugging
1 parent 537c23a commit cf52392

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

+1
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ async function run() {
168168
const matches = taskDefRevisionArn.match(regex);
169169
core.info(`taskDefRevisionArn was ${taskDefRevisionArn}`);
170170
core.info(`matches is ${JSON.stringify(matches)}`);
171+
core.info(`matches[1] is ${matches[1]}`);
171172
core.setOutput('task-definition-family-and-revision', matches[1])
172173

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

0 commit comments

Comments
 (0)