Skip to content

Commit d63b8e2

Browse files
committed
Fix new module verification script to use correct skip
1 parent 0bb2dda commit d63b8e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/new-module-verification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
fi
107107
108108
# 3. Check if Brazil import is skipped
109-
if ! grep -q "\"$MODULE_NAME\".*\"skip\".*true" .brazil.json 2>/dev/null; then
109+
if ! grep -q "\"$MODULE_NAME\".*\"skipImport\".*true" .brazil.json 2>/dev/null; then
110110
echo "::error::Module $MODULE_NAME is not configured to skip Brazil import in .brazil.json"
111111
HAS_ERRORS=1
112112
else

0 commit comments

Comments
 (0)