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 807f9f2 commit 0401aa6Copy full SHA for 0401aa6
.github/docs/actions/docs-core/action.yaml
@@ -741,17 +741,6 @@ runs:
741
MD_FILES_CSV=""
742
fi
743
744
- if [ -z "$FILES_TO_CHECK" ] && [ -z "$MD_FILES_CSV" ]; then
745
- echo "No markdown files to check"
746
- echo "status=success" >> $GITHUB_OUTPUT
747
- echo "message=No markdown files to check" >> $GITHUB_OUTPUT
748
- echo "::endgroup::"
749
- exit 0
750
- fi$' | tr '\n' ',' | sed 's/,$//')
751
- else
752
- MD_FILES_CSV=""
753
- fi
754
-
755
if [ -z "$FILES_TO_CHECK" ] && [ -z "$MD_FILES_CSV" ]; then
756
echo "No markdown files to check"
757
echo "status=success" >> $GITHUB_OUTPUT
0 commit comments