Skip to content

Commit

Permalink
Fix the WordPress auto update action
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchmac authored Dec 30, 2023
1 parent 77b1363 commit 65bf6ae
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/update-wp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,19 @@ jobs:
update:
name: Update WordPress
runs-on: ubuntu-latest
if: github.repository_owner == 'mitchmac'
steps:
- name: Checkout
uses: actions/checkout@v3
- run: ./util/upgrade-wp.sh
working-directory: ./util
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
with:
commit-message: Automated WordPress version update
title: WordPress version update
body: 'This is an automated update of the bundled WordPress files'
committer: "Mitch MacKenzie <[email protected]>"
assignees: mitchmac
delete-branch: true
branch: 'wordpress-version-update'
branch: 'wordpress-version-update'

0 comments on commit 65bf6ae

Please sign in to comment.