Skip to content

Commit

Permalink
I probably already tried this, but who cares
Browse files Browse the repository at this point in the history
  • Loading branch information
javagl committed Oct 15, 2023
1 parent b38131b commit 0ffb99f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0ffb99f

Please sign in to comment.