data-apis / python-record-api

Inferring Python API signatures from tracing usage.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clone buildx step in workflow.yml is failing at the moment

aktech opened this issue · comments

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