mirror of
https://github.com/dorny/test-reporter.git
synced 2026-02-01 10:55:23 -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)
|
||||
}
|
||||
|
||||
const workDir = normalizeDirPath(workDirInput || process.cwd(), true)
|
||||
const workDir = normalizeDirPath(process.cwd(), true)
|
||||
const octokit = github.getOctokit(token)
|
||||
const sha = getCheckRunSha()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user