Skip to content

Commit 80a0188

Browse files
authored
Add marker for BetterHUD launch screenshots
1 parent b65f04f commit 80a0188

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,9 @@ jobs:
149149
rows += `<tr>${cells.slice(i, i + 4).join('')}</tr>\n`;
150150
}
151151
152+
const marker = '<!-- betterhud-launch-screenshots -->';
152153
const body = [
154+
marker,
153155
`# BetterHUD Launch Screenshots`,
154156
'',
155157
`<table>\n${rows}</table>`,

0 commit comments

Comments
 (0)