Skip to content

Commit

Permalink
Merge pull request #17858 from github/dbartol/actions-placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
dbartol authored Oct 28, 2024
2 parents a70ce25 + 609a6c3 commit d4db759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/extractor/tools/autobuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ include:**/action.yaml
END
)

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
echo "Path filters set. Passing them through to the JavaScript extractor."
else
echo "No path filters set. Using the default filters."
Expand Down

0 comments on commit d4db759

Please sign in to comment.