diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 1e1ce21c..bda94c37 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -30,6 +30,9 @@ jobs: php util/model.php --no-warn --check --update --process-repo --verbose - name: Commit list of files back into the repository - uses: stefanzweifel/git-auto-commit-action@v5 - with: - commit_message: Updating generated Repo indices + run: | + git config --global user.name "github-actions[bot]" + git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com" + git add --verbose . + git diff-index HEAD || git commit -m "Updating generated Repo indices" + git push \ No newline at end of file