Skip to content

Commit

Permalink
Fix highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Feb 6, 2025
1 parent 0501406 commit 3e91078
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/qns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,14 +248,14 @@ jobs:
DIFF=$(wdiff -n "$BASELINE" - <<< "$RESULT" || true)
if [ "$GROUP" == "failed" ]; then
ADD=":warning:"
ADD_DELIM="~~"
ADD_DELIM="\*\*"
DEL=":rocket:"
DEL_DELIM="\*\*"
DEL_DELIM="~~"
elif [ "$GROUP" == "succeeded" ]; then
ADD=":rocket:"
ADD_DELIM="\*\*"
ADD_DELIM="~~"
DEL=":warning:"
DEL_DELIM="~~"
DEL_DELIM="\*\*"
else
ADD=""
ADD_DELIM=""
Expand Down

0 comments on commit 3e91078

Please sign in to comment.