Clone buildx step in workflow.yml is failing at the moment
aktech opened this issue · 1 comments
aktech commented
saulshanabrook commented
Ah weird, it looks like github actions changed some permissioning:
##[error]Repository path '/tmp/buildx-source' is not under '/home/runner/work/python-record-api/python-record-api'
We were previously cloning the source /tmp/...
and we need to clone it into our project directory instead?
Just need to make sure we delete it at the end then before we do any auto-pr actions