Skip to content

Commit

Permalink
add missing </pre>
Browse files Browse the repository at this point in the history
  • Loading branch information
lemeurherve authored Feb 10, 2024
1 parent 5113b7c commit fadff48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/github.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default {
createStatus: async (owner, repo, head_sha, entries) => {
const github = await getRestClient();

const metadata = `<pre>&#xA;<dependency>&#xA; <groupId>${entries[0].groupId}</groupId>&#xA; <artifactId>${entries[0].artifactId}</artifactId>&#xA; <version>${entries[0].version}</version>&#xA;</dependency>&#xA;`
const metadata = `<pre>&#xA;<dependency>&#xA; <groupId>${entries[0].groupId}</groupId>&#xA; <artifactId>${entries[0].artifactId}</artifactId>&#xA; <version>${entries[0].version}</version>&#xA;</dependency>&#xA;</pre>`

return github.rest.checks.create({
owner,
Expand Down

0 comments on commit fadff48

Please sign in to comment.