Skip to content

Commit

Permalink
infra: improved theme preview script markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
anuraghazra committed Aug 14, 2020
1 parent aca48e9 commit e980388
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion scripts/preview-theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,12 @@ async function run() {
repo: "github-readme-stats",
body: `
\rTheme preview (bot)
\r![](${url})
\rtitle-color: <code>#${titleColor}</code>
\ricon-color: <code>#${iconColor}</code>
\rtext-color: <code>#${textColor}</code>
\rbg-color: <code>#${bgColor}</code>
\r[![](${url})](${url})
`,
issue_number: pullRequestId,
});
Expand Down

0 comments on commit e980388

Please sign in to comment.