Skip to content

Commit

Permalink
update package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mayur-sose committed Jan 22, 2025
1 parent 2f79ee4 commit b285aad
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/update-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,10 @@ jobs:
TIMESTAMP=$(date +'%Y%m%d%H%M%S')
BRANCH_NAME="update-packages-${TIMESTAMP}"
echo "branch_name=${BRANCH_NAME}" >> $GITHUB_ENV
php .github/update_packages.php
git status
git diff
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"
php .github/update_packages.php
git status
git diff
git add config/packages.yml
Expand Down

0 comments on commit b285aad

Please sign in to comment.