From d9f84e6f092716119f530ac891f53c9364e08d41 Mon Sep 17 00:00:00 2001 From: Cedric-Magnan Date: Wed, 12 Oct 2022 16:45:51 +0200 Subject: [PATCH] fix: full_name --- github_tests_validator_app/bin/github_repo_validation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github_tests_validator_app/bin/github_repo_validation.py b/github_tests_validator_app/bin/github_repo_validation.py index d0d4435..7ac7f42 100644 --- a/github_tests_validator_app/bin/github_repo_validation.py +++ b/github_tests_validator_app/bin/github_repo_validation.py @@ -65,7 +65,7 @@ def get_student_github_connector( if github_student_branch is None: return None - return GitHubConnector(student, payload["repository"]["name"], github_student_branch) + return GitHubConnector(student, payload["repository"]["full_name"], github_student_branch) def compare_folder(