Skip to content

Commit

Permalink
Fix Admonition in Changelog Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
og-mrk committed Jul 28, 2024
1 parent d923e34 commit 2d95b12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/createchangelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
echo "" >> $changelog_path
echo "WinUtil changelog is based on GitHub Releases, and autogenerated using GitHub Actions." >> $changelog_path
echo "" >> $changelog_path
echo "!!! warning" >> $changelog_path
echo "!!! warning \"Important\"" >> $changelog_path
echo "" >> $changelog_path
echo "This file **SHOULD NOT** be edited directly, any PRs that tries changing it directly will either be requested on not changing it, or said PR **will get rejected**." >> $changelog_path
echo " This file **SHOULD NOT** be edited directly, any PRs that tries changing it directly will either be requested on not changing it, or said PR **will get rejected**." >> $changelog_path
echo "" >> $changelog_path
# Make array for git tag names
Expand Down

0 comments on commit 2d95b12

Please sign in to comment.