Skip to content

Commit

Permalink
Update repository references everywhere
Browse files Browse the repository at this point in the history
See #83
  • Loading branch information
swissspidy committed Apr 24, 2024
1 parent 030b248 commit 43c55c2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ Results are posted as file annotations.

## Example

<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">
<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">

## Usage

See [action.yml](action.yml)

```yaml
- 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 @@ -103,7 +103,7 @@ jobs:
uses: actions/checkout@v3

- name: Run plugin check
uses: swissspidy/wp-plugin-check-action@v1
uses: wordpress/plugin-check-action@v1
```

### Advanced Usage
Expand All @@ -126,7 +126,7 @@ steps:
run: npm run build

- name: Run plugin check
uses: swissspidy/wp-plugin-check-action@v1
uses: wordpress/plugin-check-action@v1
with:
build-dir: './my-awesome-plugin'
exclude-directories: 'prefixed_vendor_dir,another_dir_to_ignore'
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ runs:
EXCLUDE_DIRS="${EXCLUDE_DIRS//$'\n'/,}"
ADDITIONAL_ARGS="$CHECKS $EXCLUDE_CHECKS $CATEGORIES $IGNORE_WARNINGS $IGNORE_ERRORS $INCLUDE_EXPERIMENTAL $EXCLUDE_DIRS"
# TODO: Install dependencies first, see https://github.com/swissspidy/wp-plugin-check-action/issues/66
# TODO: Install dependencies first, see https://github.com/wordpress/plugin-check-action/issues/66
wp-env run cli wp plugin activate $PLUGIN_SLUG
# Debugging information
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/swissspidy/wp-plugin-check-action.git"
"url": "git+https://github.com/wordpress/plugin-check-action.git"
},
"keywords": [
"actions",
Expand Down

0 comments on commit 43c55c2

Please sign in to comment.