mirror of
https://github.com/yeslayla/run-gut-tests-action.git
synced 2026-03-30 06:53:27 +02:00
Bugfix cwd
This commit is contained in:
5
dist/index.js
vendored
5
dist/index.js
vendored
@@ -12191,7 +12191,10 @@ try {
|
||||
var docker_image = core.getInput('containerImage');
|
||||
var work_dir = core.getInput('directory');
|
||||
|
||||
process.chdir(work_dir);
|
||||
if(work_dir)
|
||||
{
|
||||
process.chdir(work_dir);
|
||||
}
|
||||
|
||||
// Pull docker image for building
|
||||
console.log("Pulling build image...");
|
||||
|
||||
Reference in New Issue
Block a user