Skip to content

Use built-in process.chdir instead of exec('cd ...') to change project dir in project.ts#6

Open
z4y4ts wants to merge 1 commit intow9jds:mainfrom
z4y4ts:patch-1
Open

Use built-in process.chdir instead of exec('cd ...') to change project dir in project.ts#6
z4y4ts wants to merge 1 commit intow9jds:mainfrom
z4y4ts:patch-1

Conversation

@z4y4ts
Copy link
Copy Markdown

@z4y4ts z4y4ts commented Jul 27, 2024

This fixes #1

Apparently cd binary is not available in the Action's environment.

But process.chdir() does the job.

@z4y4ts z4y4ts changed the title WIP: Use built-in process.chdir instead of exec('cd ...') Use built-in process.chdir instead of exec('cd ...') Jul 27, 2024
@z4y4ts z4y4ts changed the title Use built-in process.chdir instead of exec('cd ...') Use built-in process.chdir instead of exec('cd ...') to change project dir in project.ts Jul 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

🐛 Setting project_path causes "Setup Project" to fail

1 participant