diff --git a/test-files/github-events/default-branch.json b/test-files/github-events/default-branch.json index 5b8b9eb2..ac875858 100644 --- a/test-files/github-events/default-branch.json +++ b/test-files/github-events/default-branch.json @@ -3,7 +3,7 @@ "repository": { "default_branch": "main", "owner": { - "login": "test-owner" + "login": "Test-Owner" }, "html_url": "https://example.com/" } diff --git a/test-files/github-events/pr-branch.json b/test-files/github-events/pr-branch.json index 1362ba09..01871a76 100644 --- a/test-files/github-events/pr-branch.json +++ b/test-files/github-events/pr-branch.json @@ -8,7 +8,7 @@ "repository": { "default_branch": "main", "owner": { - "login": "test-owner" + "login": "Test-Owner" }, "html_url": "https://example.com/" }