You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
core.debug(`Fetching team data from ${teamDataPath}`)
which should hopefully help illustrate what was "not found". That said, if you want to open a PR with your suggested improvement, I'd be happy to consider it.
I ended up needing extra functionality (parent groups) and re-built a bunch of functionality while moving things to TS5. So no longer have a "simple" change.
In the function
async function fetchContent(client: github.GitHub, repoPath: string): Promise<string> {
In the event that the YAML file is not found, you returned the following diagnostics:
Ideally the
client.repos.getContents
call is wrapped and could return / log that it was unable to load the file rather than a generic HTTP errorThe text was updated successfully, but these errors were encountered: