Skip to content

Commit

Permalink
WIP-010
Browse files Browse the repository at this point in the history
  • Loading branch information
TravisCarden committed Jan 22, 2025
1 parent a2a67d7 commit e254793
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/update-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,17 @@ jobs:
echo "branch_name=${BRANCH_NAME}" >> $GITHUB_ENV
git config --local user.name "github-actions[bot]"
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git checkout -b $BRANCH_NAME
git fetch
php .github/update_packages.php
git status
git stash -u
git checkout -b $BRANCH_NAME origin/develop
git stash pop
git add -A
echo $BRANCH_NAME
git commit -m "Update dependencies in packages.yml"
git rebase origin/develop
git push -u origin HEAD
git show-branch HEAD origin/develop origin/$BRANCH_NAME
Expand Down

0 comments on commit e254793

Please sign in to comment.