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 3228447 commit 609a6c3Copy full SHA for 609a6c3
actions/extractor/tools/autobuild.sh
@@ -11,7 +11,7 @@ include:**/action.yaml
11
END
12
)
13
14
-if [ -n "${LGTM_INDEX_INCLUDE}" ] || [ -n "${LGTM_INDEX_EXCLUDE}" ] || [ -n "${LGTM_INDEX_FILTERS}" ] ; then
+if [ -n "${LGTM_INDEX_INCLUDE:-}" ] || [ -n "${LGTM_INDEX_EXCLUDE:-}" ] || [ -n "${LGTM_INDEX_FILTERS:-}" ] ; then
15
echo "Path filters set. Passing them through to the JavaScript extractor."
16
else
17
echo "No path filters set. Using the default filters."
0 commit comments