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 ad25479 commit 49c282cCopy full SHA for 49c282c
.github/workflows/update-gradle-dependencies.yaml
@@ -48,7 +48,7 @@ jobs:
48
GH_ADD_ARGS=""
49
COUNT=0
50
BRANCH_HEAD=$(git rev-parse HEAD)
51
- for lockfile in $(git status --porcelain=v1 | awk '{ print $NF }'); do
+ for lockfile in $(git status --porcelain=v1 -- ':(glob)**/gradle.lockfile' | awk '{ print $NF }'); do
52
echo "Found lockfile: $lockfile"
53
GH_ADD_ARGS="$GH_ADD_ARGS --add $lockfile"
54
COUNT=$((COUNT+1))
0 commit comments