I'm getting the following error running on GitHub Actions:
Download action repository 'mrfyda/codacy-coverage-reporter-action@master'
##[error]Can't find 'action.yml', 'action.yaml' or 'Dockerfile' under '/home/runner/work/_actions/mrfyda/codacy-coverage-reporter-action/master'. Did you forget to run actions/checkout before running your local action?
This is not a local runner, it's running on GitHub's infrastructure.
This is caused by the repository having moved from the mrfyda account to the codacy organisation. If you update your workflow from
I'm getting the following error running on GitHub Actions:
This is not a local runner, it's running on GitHub's infrastructure.
This is caused by the repository having moved from the
mrfyda
account to thecodacy
organisation. If you update your workflow fromto
then everything will work again.
So this is solved for me and not really a bug, I'm just putting this here so others can find it if needed.