Skip to content

Commit

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

0 comments on commit 6596940

Please sign in to comment.