Skip to content

Commit 43c55c2

Browse files
committed
Update repository references everywhere
See #83
1 parent 030b248 commit 43c55c2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ Results are posted as file annotations.
66

77
## Example
88

9-
<img width="887" alt="Plugin Check error messages output on GitHub Actions" src="https://github.com/swissspidy/wp-plugin-check-action/assets/841956/31292472-51d5-487d-9878-1940a20e1e0b">
9+
<img width="887" alt="Plugin Check error messages output on GitHub Actions" src="https://github.com/wordpress/plugin-check-action/assets/841956/31292472-51d5-487d-9878-1940a20e1e0b">
1010

1111
## Usage
1212

1313
See [action.yml](action.yml)
1414

1515
```yaml
16-
- uses: swissspidy/wp-plugin-check-action@v1
16+
- uses: wordpress/plugin-check-action@v1
1717
with:
1818
# Personal access token (PAT) used to comment on pull requests.
1919
# Not currently used.
@@ -103,7 +103,7 @@ jobs:
103103
uses: actions/checkout@v3
104104
105105
- name: Run plugin check
106-
uses: swissspidy/wp-plugin-check-action@v1
106+
uses: wordpress/plugin-check-action@v1
107107
```
108108

109109
### Advanced Usage
@@ -126,7 +126,7 @@ steps:
126126
run: npm run build
127127
128128
- name: Run plugin check
129-
uses: swissspidy/wp-plugin-check-action@v1
129+
uses: wordpress/plugin-check-action@v1
130130
with:
131131
build-dir: './my-awesome-plugin'
132132
exclude-directories: 'prefixed_vendor_dir,another_dir_to_ignore'

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ runs:
104104
EXCLUDE_DIRS="${EXCLUDE_DIRS//$'\n'/,}"
105105
ADDITIONAL_ARGS="$CHECKS $EXCLUDE_CHECKS $CATEGORIES $IGNORE_WARNINGS $IGNORE_ERRORS $INCLUDE_EXPERIMENTAL $EXCLUDE_DIRS"
106106
107-
# TODO: Install dependencies first, see https://github.com/swissspidy/wp-plugin-check-action/issues/66
107+
# TODO: Install dependencies first, see https://github.com/wordpress/plugin-check-action/issues/66
108108
wp-env run cli wp plugin activate $PLUGIN_SLUG
109109
110110
# Debugging information

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"license": "Apache-2.0",
88
"repository": {
99
"type": "git",
10-
"url": "git+https://github.com/swissspidy/wp-plugin-check-action.git"
10+
"url": "git+https://github.com/wordpress/plugin-check-action.git"
1111
},
1212
"keywords": [
1313
"actions",

0 commit comments

Comments
 (0)