Open pranayjswl007 opened 5 months ago
Solved it by cleaning the workspace with https://github.com/marketplace/actions/cleanup-workspace-on-self-hosted-runner for every workflow in my repo. But think this action can be enhanced by checking if the git remote named destination
has been defined first before adding
We are using self hosted runner as github runners are quite expensive
https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners
Getting this error:
YML file
The YML file works perfectly fine if I use native github runner. So something extra need to be done . Cant seem to figure it out