Skip to content

Commit

Permalink
fizx
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Apr 13, 2024
1 parent b144b00 commit a7f312b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
// start_line: startLine,
// line: endLine
// });
core.summary.addCodeBlock(`${mermaidText}`)', 'mermaid');
core.summary.addCodeBlock(`${mermaidText}`, 'mermaid');
core.summary.addLink('Mermaid Viewer', `https://azu.github.io/it-mermaid-viewer/#${encodeURIComponent(mermaidText)}`);
core.summary.addSeparator();
core.notice(`https://azu.github.io/it-mermaid-viewer/#${encodeURIComponent(mermaidText)}`, { title: "Mermaid Viewer", file: fileContent.name, startColumn: mermaidCode.index, endColumn: mermaidCode.index + mermaidCode[0].length });
Expand Down

0 comments on commit a7f312b

Please sign in to comment.