Skip to content

Commit

Permalink
fix(ci): Fix dependency lock update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
PerfectSlayer committed Jul 12, 2024
1 parent f0eec59 commit c5462d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-gradle-dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add **/gradle.lockfile
git add "**/gradle.lockfile"
git commit -m "chore: Update Gradle dependencies"
git push -u origin $BRANCH_NAME
gh pr create --title "Update Gradle dependencies" \
Expand Down

0 comments on commit c5462d9

Please sign in to comment.