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 58ecc16 commit bac719aCopy full SHA for bac719a
entrypoint.sh
@@ -19,7 +19,7 @@ EOF
19
}
20
21
add() {
22
- find $INPUT_PATH -name *.* | while read x; do git add $x; done
+ find $INPUT_PATH -name "*.*" | 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