infra: improved theme preview script markdown
This commit is contained in:
parent
aca48e97ce
commit
e980388867
1 changed files with 6 additions and 1 deletions
|
@ -69,7 +69,12 @@ async function run() {
|
||||||
repo: "github-readme-stats",
|
repo: "github-readme-stats",
|
||||||
body: `
|
body: `
|
||||||
\rTheme preview (bot)
|
\rTheme preview (bot)
|
||||||
\r
|
\rtitle-color: <code>#${titleColor}</code>
|
||||||
|
\ricon-color: <code>#${iconColor}</code>
|
||||||
|
\rtext-color: <code>#${textColor}</code>
|
||||||
|
\rbg-color: <code>#${bgColor}</code>
|
||||||
|
|
||||||
|
\r[](${url})
|
||||||
`,
|
`,
|
||||||
issue_number: pullRequestId,
|
issue_number: pullRequestId,
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue