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 2de9910 commit 04cd48bCopy full SHA for 04cd48b
entrypoint.sh
@@ -19,7 +19,7 @@ EOF
19
}
20
21
add() {
22
- find $INPUT_PATH -name $INPUT_PATTERN | while read x; do git add $x; done
+ find $INPUT_PATH -name "$INPUT_PATTERN" | while read x; do git add $x; done
23
24
25
# This is needed to make the check work for untracked files
0 commit comments