Skip to content

Commit aad7dff

Browse files
PR Remarks
1 parent a11bee0 commit aad7dff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/quality.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
if [ -z "$results" ]; then
3939
body="👍 ✅ 👍"
4040
else
41-
body="👎 ❌ 👎 \'Failed${results}\`"
41+
body="👎 ❌ 👎 \`Failed${results}\`"
4242
body="${body//'%'/'%25'}"
4343
body="${body//$'\n'/'%0A'}"
4444
body="${body//$'\r'/'%0D'}"

0 commit comments

Comments
 (0)