Skip to content

Commit

Permalink
guh
Browse files Browse the repository at this point in the history
  • Loading branch information
shysolocup authored Oct 2, 2024
1 parent be3ed78 commit 8f370cd
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/logs/scripts/logref.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,7 @@ let content = [
"",
"# LogRef",
"this is where log references are for easier navigation<br>",
<<<<<<< HEAD
`<img height=22 src="${base}/actions/workflows/logref.yml/badge.svg" alt="publish">`,
=======
`<img height=22 src="${base}/actions/workflows/logref.yml/badge.svg alt="publish">`,
>>>>>>> 87edbc06201acc5f00e095975a15d59669bc642e
`\<img height=22 src=\"${base}/actions/workflows/logref.yml/badge.svg\" alt=\"publish\"\>`,
"",
"---",
"",
Expand Down Expand Up @@ -220,4 +216,4 @@ pythonProcess.stderr.on('data', (data) => {
let err = data.toString();

console.log(`ERR!: ${err}`);
});
});

0 comments on commit 8f370cd

Please sign in to comment.