Skip to content

Commit

Permalink
Merge pull request #370 from wp-cli/fix/schema-workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy authored Nov 4, 2023
2 parents acfe4dd + 56dbadf commit b3c4840
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-schemas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ jobs:
- name: Commit changes
if: env.CHANGES_DETECTED == 1
run: |
git add README.md
git add assets/theme-i18n.json
git add assets/block-i18n.json
git commit -m "Update schema fallback files - $(date +'%Y-%m-%d')"
git push origin update-schemas
Expand Down

0 comments on commit b3c4840

Please sign in to comment.