Skip to content

Commit

Permalink
WIP-006
Browse files Browse the repository at this point in the history
  • Loading branch information
TravisCarden committed Jan 22, 2025
1 parent c90bd5d commit 0623c0c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/update-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,9 @@ jobs:
git fetch
php .github/update_packages.php
git status
echo ========== BEFORE ==========
git add -A
echo $BRANCH_NAME
git commit -m "Update dependencies in packages.yml"
echo ========== AFTER ==========
git show
git diff origin/develop -- config
git push origin "$BRANCH_NAME"
# Step 7: Create Pull Request
Expand Down

0 comments on commit 0623c0c

Please sign in to comment.