diff --git a/commit_lockfile.py b/commit_lockfile.py index d63f18f..18a5b46 100644 --- a/commit_lockfile.py +++ b/commit_lockfile.py @@ -6,6 +6,7 @@ def _get_repo_owner_and_name(): + subprocess.run(["git", "remote", "-v"]) res = subprocess.run( ["git", "remote", "get-url", "--push", "origin"], shell=True,