Skip to content

Commit

Permalink
chore: add log missing raw data for download
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Jan 11, 2025
1 parent 4558a6a commit d161fb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/github/utils/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export async function getConfigurationFromRepo(context: GitHubContext, repositor
});

if (!rawData) {
console.error(`No raw data for configuration at ${owner}/${repository}`);
return { config: null, errors: null, rawData: null };
}

Expand Down

0 comments on commit d161fb2

Please sign in to comment.