Skip to content

Commit 98abf5a

Browse files
better error msg
1 parent b4339f7 commit 98abf5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GitHubApi.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ private static async Task<List<GitHubRunner>> GetRunners(string githubToken, str
4848
}
4949
else
5050
{
51-
Log.Warning($"Unable to get GH runners for org: [{response.StatusCode}] {response.ReasonPhrase}");
51+
Log.Warning($"Unable to get GH runners for org {ownerPath}: [{response.StatusCode}] {response.ReasonPhrase}");
5252
break;
5353
}
5454
}

0 commit comments

Comments
 (0)