Skip to content

Commit

Permalink
Set the data for the pull requests.
Browse files Browse the repository at this point in the history
  • Loading branch information
dd32 committed Feb 22, 2024
1 parent 3dbd691 commit 36019af
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/content-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,13 @@ jobs:
chmod -R ugo+w source/wp-content/themes/wporg-main-2022/
yarn wp-env start
yarn build:patterns
git status
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
with:
add-paths: source/wp-content/themes/wporg-main-2022/**/*.php
title: 'Content updates from Site Editor'
commit-message: '[automated] Sync content from Site Editor.'
body: |
The content has changed in the Site Editor.
Please review, merge, and deploy.

0 comments on commit 36019af

Please sign in to comment.