diff --git a/entry.sh b/entry.sh index 1bf1716..e91ced3 100755 --- a/entry.sh +++ b/entry.sh @@ -29,4 +29,4 @@ cd "${GITHUB_WORKSPACE-/w}" read -r -a opts <<< "${INPUT_OPTS}" -find . -name '.bib' -exec bibcop.pl "${opts[@]}" {} \; +find . -name '*.bib' -exec bibcop.pl "${opts[@]}" {} \;