Skip to content

Commit

Permalink
WIP-13
Browse files Browse the repository at this point in the history
  • Loading branch information
mayur-sose committed Jan 29, 2025
1 parent a2d05fb commit 06c21e7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/update-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,13 @@ 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 origin/develop
git checkout -b $BRANCH_NAME
git stash -u
git add -A
git commit -m "Update dependencies in packages.yml"
git show
git log
git push -u origin HEAD
git show-branch HEAD origin/develop origin/$BRANCH_NAME
# Step 7: Create Pull Request
- name: Create Pull Request
Expand Down

0 comments on commit 06c21e7

Please sign in to comment.