Skip to content

Commit

Permalink
chore: improved logs
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Dec 30, 2024
1 parent 09c6794 commit bc96f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/github/utils/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export async function getConfigurationFromRepo(context: GitHubContext, repositor
return { config: null, errors: [error instanceof TransformDecodeCheckError ? error.error : error] as ValueError[], rawData };
}
}
console.log(`YAML could not be decoded for ${owner}/${repository}`);
console.error(`YAML could not be decoded for ${owner}/${repository}`);
return { config: null, errors, rawData };
}

Expand Down

0 comments on commit bc96f88

Please sign in to comment.