Skip to content

Commit

Permalink
WIP-007
Browse files Browse the repository at this point in the history
  • Loading branch information
TravisCarden committed Jan 22, 2025
1 parent 0623c0c commit a1c14a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,14 @@ 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 add -A
echo $BRANCH_NAME
git commit -m "Update dependencies in packages.yml"
git push origin "$BRANCH_NAME"
git push -u origin HEAD
# Step 7: Create Pull Request
- name: Create Pull Request
Expand Down

0 comments on commit a1c14a9

Please sign in to comment.