We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c9ac76 commit 0b5c9a4Copy full SHA for 0b5c9a4
dist/index.js
@@ -172,9 +172,6 @@ async function run() {
172
*/
173
const regex = new RegExp(':task-definition/(.*)$');
174
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]}`);
178
core.setOutput('task-definition-family-and-revision', matches[1])
179
180
const clusterName = cluster ? cluster : 'default';
0 commit comments