Skip to content

Commit ec2dc5d

Browse files
Update Plugin Check action name (#87)
## *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
2 parents dda7502 + 8c28bae commit ec2dc5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wp-plugin-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v4
1717

1818
- name: Run plugin check
19-
uses: swissspidy/wp-plugin-check-action@v1
19+
uses: wordpress/plugin-check-action@v1
2020
with:
2121
# Personal access token (PAT) used to comment on pull requests.
2222
# Not currently used.
@@ -82,4 +82,4 @@ jobs:
8282
# WordPress version to use. Supports "latest" or "trunk".
8383
#
8484
# Default: latest
85-
#wp-version: ''
85+
#wp-version: ''

0 commit comments

Comments
 (0)