Skip to content

Commit

Permalink
Update update-dependencies.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gaokevin1 authored Mar 5, 2024
1 parent e8d5619 commit c1f371a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
- name: Commit and push if changes are detected
run: |
git add .
git config --global user.email "actions@github.com"
git config --global user.name "GitHub Actions Bot"
git diff --quiet && git diff --staged --quiet || (git commit -m "Update @descope dependencies to actual latest versions" && git push)
- name: Create Pull Request
Expand Down

0 comments on commit c1f371a

Please sign in to comment.