File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -70,11 +70,11 @@ jobs:
7070 exit 1
7171 fi
7272
73- if [ ! -f ".machine_readable/descriptiles /STATE.a2ml" ]; then
74- echo "::error::.machine_readable/descriptiles /STATE.a2ml is required"
73+ if [ ! -f ".machine_readable/6a2 /STATE.a2ml" ]; then
74+ echo "::error::.machine_readable/6a2 /STATE.a2ml is required"
7575 exit 1
7676 fi
77- echo ".machine_readable/descriptiles /STATE.a2ml: OK"
77+ echo ".machine_readable/6a2 /STATE.a2ml: OK"
7878 - name : Check CHANGELOG exists
7979 run : |
8080 if [ ! -f "CHANGELOG.md" ] && [ ! -f "CHANGELOG.adoc" ] && [ ! -f "CHANGES.md" ]; then
9090 # Collect all required files that exist
9191 for f in SECURITY.md SECURITY.adoc .github/SECURITY.md LICENSE LICENSE.txt \
9292 CONTRIBUTING.md CONTRIBUTING.adoc README.md README.adoc \
93- .machine_readable/descriptiles /STATE.a2ml .machine_readable/descriptiles /META.a2ml \
94- .machine_readable/descriptiles/ ECOSYSTEM.a2ml CHANGELOG.md CHANGELOG.adoc; do
93+ .machine_readable/6a2 /STATE.a2ml .machine_readable/META.a2ml \
94+ .machine_readable/ECOSYSTEM.a2ml CHANGELOG.md CHANGELOG.adoc; do
9595 [ -f "$f" ] && REQUIRED_FILES="$REQUIRED_FILES $f"
9696 done
9797
You can’t perform that action at this time.
0 commit comments