We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a11bee0 commit aad7dffCopy full SHA for aad7dff
.github/workflows/quality.yml
@@ -38,7 +38,7 @@ jobs:
38
if [ -z "$results" ]; then
39
body="👍 ✅ 👍"
40
else
41
- body="👎 ❌ 👎 \'Failed${results}\`"
+ body="👎 ❌ 👎 \`Failed${results}\`"
42
body="${body//'%'/'%25'}"
43
body="${body//$'\n'/'%0A'}"
44
body="${body//$'\r'/'%0D'}"
0 commit comments