Skip to content

Commit

Permalink
fix /snapshot comment output
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Smart committed Jul 22, 2024
1 parent 796c9c8 commit 7a9f9a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
const commands = ${{ steps.snapshot.outputs.snapshots }}.map((snapshot) => {
const [package, installer] = snapshot.split(": ")
const [, sha] = installer.split(/@(?=[^@]*$)/)
const header = `<b>${package} (${sha}):<br />`
const header = `<b>${package} (${sha}):</b><br />`
const content = "\n```sh\n" + installer + "\n```\n"
return [header, content].join("\n")
})
Expand Down

0 comments on commit 7a9f9a4

Please sign in to comment.