Skip to content

Commit 73da4af

Browse files
authored
Merge pull request #1 from shawnhooper/fix-readme
Readme Fix - Wrong action name in "uses" step
2 parents 3dbbfd8 + 7557fb5 commit 73da4af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
runs-on: ubuntu-latest
4848
steps:
4949
- uses: actions/checkout@v2
50-
- uses: shalior/action-phpcs-wordpress@master
50+
- uses: shalior/wordpress-phpcs-action@master
5151
with:
5252
github_token: ${{ secrets.github_token }}
5353
use_default_configuration_file: true

0 commit comments

Comments
 (0)