Skip to content

Commit

Permalink
Updated workflow YML
Browse files Browse the repository at this point in the history
  • Loading branch information
DRx3D committed Aug 2, 2023
1 parent c3e377c commit 8e4ed3a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,13 @@ jobs:

- name: Execute PHP script
run: |
php util/model.php --check --no-warn --process-repo --verbose
php util/model.php --no-warn --check --update --process-repo
- name: Commit list of files back into the repository
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 diff-index HEAD || git commit -m "Updating generated Repo indices"
git push

0 comments on commit 8e4ed3a

Please sign in to comment.