Skip to content

Commit

Permalink
WIP-14
Browse files Browse the repository at this point in the history
  • Loading branch information
mayur-sose committed Jan 29, 2025
1 parent 06c21e7 commit 2071e32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
git config --local user.email "github-actions[bot]@users.noreply.github.com"
php .github/update_packages.php
git stash -u
git checkout -b $BRANCH_NAME
git stash -u
git checkout -b $BRANCH_NAME origin/develop
git stash pop
git add -A
git commit -m "Update dependencies in packages.yml"
git show
Expand Down

0 comments on commit 2071e32

Please sign in to comment.