We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca64d00 commit baaada2Copy full SHA for baaada2
.github/actions/src/info/index.ts
@@ -66,8 +66,7 @@ async function findPackages(directory: string, maxDepth?: number) {
66
}
67
68
async function main() {
69
- const { stdout } = await getExecOutput('git', ['rev-parse', '--show-toplevel']);
70
- const gitRoot = stdout.trim();
+ const gitRoot = pathlib.resolve(process.cwd());
71
72
core.info(`git root is ${gitRoot}`);
73
0 commit comments