We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 541122b commit 7549d2aCopy full SHA for 7549d2a
1 file changed
.github/workflows/publish_book.yml
@@ -66,7 +66,7 @@ jobs:
66
if [ $status -eq 0 ]; then
67
rm "$file"
68
if [ -n "$msg" ]; then
69
- echo "::notice file=$file::Optimized \`$file\` despite \`$msg`"
+ echo "::notice file=$file::Optimized \`$file\` despite \`$msg\`"
70
fi
71
else
72
echo "::warning file=$file::Skipped \`$file\` because \`$msg\`"
0 commit comments