CI: Python lint/test action breaks on fork #116
Labels
bug
Something isn't working
hacktoberfest
Tasks suitable for Hacktoberfest
help wanted
Extra attention is needed
The "Python lint/test" CI pipeline fails on forked repositories with the following errors.
Example failure message
> Fetching the repository /usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +refs/heads/feat/106_add_django-linear-migrations*:refs/remotes/origin/feat/106_add_django-linear-migrations* +refs/tags/feat/106_add_django-linear-migrations*:refs/tags/feat/106_add_django-linear-migrations* The process '/usr/bin/git' failed with exit code 1 Waiting 19 seconds before trying again /usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +refs/heads/feat/106_add_django-linear-migrations*:refs/remotes/origin/feat/106_add_django-linear-migrations* +refs/tags/feat/106_add_django-linear-migrations*:refs/tags/feat/106_add_django-linear-migrations* The process '/usr/bin/git' failed with exit code 1 Waiting 19 seconds before trying again /usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +refs/heads/feat/106_add_django-linear-migrations*:refs/remotes/origin/feat/106_add_django-linear-migrations* +refs/tags/feat/106_add_django-linear-migrations*:refs/tags/feat/106_add_django-linear-migrations* Error: The process '/usr/bin/git' failed with exit code 1Task
Related issues/resources
The text was updated successfully, but these errors were encountered: