ChristopherHX / github-act-runner

act as self-hosted runner
MIT License
261 stars 15 forks source link

How can i run act-runner on the host itself (checkout locally & copy files) #169

Closed kimjohans closed 7 months ago

kimjohans commented 7 months ago

Hello,

i do not need (and do not want to use) docker to handle my actions.

Within my actions, i only need to checkout the repository, do some file modifications (like renaming, deleting and packing) and that's all. After that i (would like to) have that files on my host, not within a docker container.

Sometimes i need to call a software installed on the host - which i cannot do with docker.

Maybe i cannot find the doc part - pls. give me some details and help.

Thanks !