We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce8e902 + d083f47 commit 0c9ac76Copy full SHA for 0c9ac76
index.js
@@ -166,9 +166,6 @@ async function run() {
166
*/
167
const regex = new RegExp(':task-definition/(.*)$');
168
const matches = taskDefRevisionArn.match(regex);
169
- core.info(`taskDefRevisionArn was ${taskDefRevisionArn}`);
170
- core.info(`matches is ${JSON.stringify(matches)}`);
171
- core.info(`matches[1] is ${matches[1]}`);
172
core.setOutput('task-definition-family-and-revision', matches[1])
173
174
const clusterName = cluster ? cluster : 'default';
0 commit comments