Skip to content

Commit b6ff95e

Browse files
committed
miss
1 parent f9fbe79 commit b6ff95e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/ci/githubActions/createMatrix.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* eslint-disable no-console,no-case-declarations */
1+
/* eslint-disable no-case-declarations */
22
import * as core from '@actions/core';
33

44
import { CLIENTS, createClientName, GENERATORS, LANGUAGES } from '../../common';
@@ -152,7 +152,7 @@ async function getClientMatrix(baseBranch: string): Promise<void> {
152152
testsToDelete,
153153
testsToStore,
154154
});
155-
console.log(`name=RUN_GEN_${language.toUpperCase()}::true`);
155+
core.setOutput(`RUN_GEN_${language.toUpperCase()}`, true);
156156
}
157157

158158
const shouldRun = clientMatrix.client.length > 0;

0 commit comments

Comments
 (0)