mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-15 22:07:09 +01:00
Support relative workdir inputs
After chdir() get full path with cwd()
This commit is contained in:
parent
b28f91cc2e
commit
6f32e41222
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue