Skip to content

Commit

Permalink
fix tg markdown once again
Browse files Browse the repository at this point in the history
  • Loading branch information
j-hc committed Jan 15, 2023
1 parent e045f51 commit 96ac648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
MODULES=${MODULES#"$NL"}
APKS=${APKS#"$NL"}
BODY="$(sed 's/^\* \*\*/↪ \*\*/g; s/^\* `/↪ \*\*/g; s/`/\*/g; s/\*\*/\*/g; s/###//g;' ../build.md)"
BODY="$(sed 's/^\* \*\*/↪ \*\*/g; s/^\* `/↪ \*\*/g; s/`/\*/g; s/^\* /\↪/g; s/\*\*/\*/g; s/###//g;' ../build.md)"
MSG="*New build!*
${BODY}
Expand Down

0 comments on commit 96ac648

Please sign in to comment.