Skip to content

Commit

Permalink
Move exclamation point outside of backticks
Browse files Browse the repository at this point in the history
  • Loading branch information
sciwhiz12 committed Nov 9, 2024
1 parent 6041fb9 commit 0a56ca6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bleeding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
--webhook-url="$WEBHOOK" \
--username "ParchmentMC" \
--color "0xFF0000" \
--title "New bleeding for \`$CI_GAME_VERSION!\`" \
--title "New bleeding for \`$CI_GAME_VERSION\`!" \
--field "Version;\`$CI_VERSION\`;false" \
--field "Group;\`$CI_GROUP\`;true" \
--field "Artifact;\`$CI_ARTIFACT\`;true" \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
--webhook-url="$WEBHOOK" \
--username "ParchmentMC" \
--color "0xFFA500" \
--title "New nightly for \`$CI_GAME_VERSION!\`" \
--title "New nightly for \`$CI_GAME_VERSION\`!" \
--field "Version;\`$CI_VERSION\`;false" \
--field "Group;\`$CI_GROUP\`;true" \
--field "Artifact;\`$CI_ARTIFACT\`;true" \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
--webhook-url="$WEBHOOK" \
--username "ParchmentMC" \
--color "0x228B22" \
--title "New release for \`$CI_GAME_VERSION!\`" \
--title "New release for \`$CI_GAME_VERSION\`!" \
--field "Version;\`$CI_VERSION\`;false" \
--field "Group;\`$CI_GROUP\`;true" \
--field "Artifact;\`$CI_ARTIFACT\`;true" \
Expand Down

0 comments on commit 0a56ca6

Please sign in to comment.