mirror of
https://github.com/dorny/test-reporter.git
synced 2026-02-04 04:05:22 -08:00
Support relative workdir inputs
After chdir() get full path with cwd()
This commit is contained in:
@@ -29,7 +29,7 @@ async function main(): Promise<void> {
|
|||||||
process.chdir(workDirInput)
|
process.chdir(workDirInput)
|
||||||
}
|
}
|
||||||
|
|
||||||
const workDir = normalizeDirPath(workDirInput || process.cwd(), true)
|
const workDir = normalizeDirPath(process.cwd(), true)
|
||||||
const octokit = github.getOctokit(token)
|
const octokit = github.getOctokit(token)
|
||||||
const sha = getCheckRunSha()
|
const sha = getCheckRunSha()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user