Skip to content

Commit

Permalink
perf: workflow change
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuler committed Aug 26, 2024
1 parent b0a0d2a commit d4150fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check-deps-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
run: |
git config --global user.name "${GITHUB_ACTOR}"
git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"
git checkout -b pr@${{ matrix.branch }}@upgrade_client
git add .
git commit -m "Update pkg versions"
git push origin pr@${{ matrix.branch }}@upgrade_client

0 comments on commit d4150fb

Please sign in to comment.