Skip to content

Commit

Permalink
WIP-013
Browse files Browse the repository at this point in the history
  • Loading branch information
mayur-sose committed Jan 23, 2025
1 parent 6596940 commit 81992da
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/update-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,10 @@ jobs:
git fetch
php .github/update_packages.php
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 -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 81992da

Please sign in to comment.