diff --git a/.github/workflows/update-packages.yml b/.github/workflows/update-packages.yml index b1795253..dd7fa6c9 100644 --- a/.github/workflows/update-packages.yml +++ b/.github/workflows/update-packages.yml @@ -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"