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 3aae1c3 commit 5fab194Copy full SHA for 5fab194
.github/workflows/new-module-verification.yml
@@ -183,7 +183,7 @@ jobs:
183
echo "Non-test modules found: $NON_TEST_MODULES"
184
185
if [ $HAS_ERRORS -eq 1 ]; then
186
- echo "::error::Some verification checks failed. Please review the errors above and fix them according to new-module-checklist.md"
+ echo "::error::Some verification checks failed. Please review the errors above and fix them."
187
exit 1
188
else
189
echo "✅ All automated verification checks passed!"
0 commit comments