Skip to content

Commit 61babea

Browse files
committed
fix: unquote /about.toml in bash command
1 parent 52469c5 commit 61babea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@ jobs:
8181
cargo about generate about.hbs > /dev/null
8282
status=$?
8383
if [ $status -ne 0 ]; then
84-
echo "::error::Third-party notices validation failed. Please update `/about.toml` and rerun."
84+
echo "::error::Third-party notices validation failed. Please update /about.toml and rerun."
8585
exit $status
8686
fi

0 commit comments

Comments
 (0)