【发布时间】:2022-12-19 10:37:12
【问题描述】:
When I run a workflow job in GitHub actions as acontainer, the .git folder is missing. There is a checkout action, of course. This prevents me from running git commands as part of the job. Why is that? Everything else is being mounted to the container, so why not the .git folder too?
When running the job on the runner itself, the .git folder is there as expected
【问题讨论】:
标签: github containers github-actions