Skip to content

Commit

Permalink
Update Plugin Check action name (#87)
Browse files Browse the repository at this point in the history
## *What has changed?*:

The Plugin Check GitHub action is now part of the WordPress
organization, this change reflects that.

## *Why was it needed?*:

## *How was it done?*:

## Links to trello Tickets or github issues: 

* 

---

### Code Checklist
- [x] tested
- [x] documented
  • Loading branch information
carstingaxion authored Oct 9, 2024
2 parents dda7502 + 8c28bae commit ec2dc5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wp-plugin-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v4

- name: Run plugin check
uses: swissspidy/wp-plugin-check-action@v1
uses: wordpress/plugin-check-action@v1
with:
# Personal access token (PAT) used to comment on pull requests.
# Not currently used.
Expand Down Expand Up @@ -82,4 +82,4 @@ jobs:
# WordPress version to use. Supports "latest" or "trunk".
#
# Default: latest
#wp-version: ''
#wp-version: ''

0 comments on commit ec2dc5d

Please sign in to comment.