Skip to content

Commit c5462d9

Browse files
committed
fix(ci): Fix dependency lock update workflow
1 parent f0eec59 commit c5462d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-gradle-dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: |
3434
git config user.name "github-actions[bot]"
3535
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
36-
git add **/gradle.lockfile
36+
git add "**/gradle.lockfile"
3737
git commit -m "chore: Update Gradle dependencies"
3838
git push -u origin $BRANCH_NAME
3939
gh pr create --title "Update Gradle dependencies" \

0 commit comments

Comments
 (0)