Replies: 4 comments
-
|
Hi, Currently there is no configuration option to change this, but this could be added easyly with a small change. Do you want to preserve the workdir content of the previous run? |
Beta Was this translation helpful? Give feedback.
-
|
Hi, |
Beta Was this translation helpful? Give feedback.
-
|
I have a problem to decide the correct solution here..., my act fork has been updated to allow changing this. Some options I had in mind
What do you think? Architectureally I have split code interacting with act and the code with github to allow replacing the execution engine on the fly. |
Beta Was this translation helpful? Give feedback.
-
|
Sorry for the late response, and thank you very much for your answer. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
With the native GitHub runner, the
github.workspaceremains consistent across runs and looks like/home/user/actions-runner/_work/project/project.With github-act-runner, it looks like
/home/user/.cache/act/360790f1e77d3d02/hostexecutor, and the360790f1e77d3d02part changes with each run.Is it possible to have the same directory for all runs?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions