We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f60d0ee + c5462d9 commit 2e9ba7aCopy full SHA for 2e9ba7a
1 file changed
.github/workflows/update-gradle-dependencies.yaml
@@ -33,7 +33,7 @@ jobs:
33
run: |
34
git config user.name "github-actions[bot]"
35
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
36
- git add **/gradle.lockfile
+ git add "**/gradle.lockfile"
37
git commit -m "chore: Update Gradle dependencies"
38
git push -u origin $BRANCH_NAME
39
gh pr create --title "Update Gradle dependencies" \
0 commit comments