Skip to content

Commit

Permalink
update packages PR
Browse files Browse the repository at this point in the history
  • Loading branch information
mayur-sose committed Jan 17, 2025
1 parent c6add7c commit e6d53ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
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"
run: php .github/update_packages.php
php .github/update_packages.php
git add config/packages.yml
git commit -m "Update dependencies in packages.yml"
git push origin "$BRANCH_NAME"
Expand Down

0 comments on commit e6d53ca

Please sign in to comment.