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 b235f69 commit 70188f8Copy full SHA for 70188f8
.github/workflows/vmm-ui.yml
@@ -35,7 +35,7 @@ jobs:
35
if [ -n "$(git status --porcelain)" ]; then
36
echo "VMM UI build produced uncommitted changes."
37
echo "Run: cd vmm/ui && npm ci && npm run build"
38
- echo "Then commit the updated build output `vmm/src/console_v1.html`"
+ echo "Then commit the updated build output vmm/src/console_v1.html"
39
git status --porcelain
40
exit 1
41
fi
0 commit comments