We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 87aed62 + 24d5c40 commit 152412fCopy full SHA for 152412f
2 files changed
README.md
@@ -29,7 +29,7 @@ jobs:
29
with:
30
ref: ${{ github.event.pull_request.head.sha }}
31
- name: Run PHPCS inspection
32
- uses: rtCamp/action-phpcs-code-review@v2.0.3
+ uses: rtCamp/action-phpcs-code-review@v2
33
env:
34
GH_BOT_TOKEN: ${{ secrets.GH_BOT_TOKEN }}
35
SKIP_FOLDERS: "tests,.github"
action.yml
@@ -3,7 +3,7 @@ description: 'This will run phpcs on PRs'
3
author: 'rtCamp'
4
runs:
5
using: 'docker'
6
- image: 'docker://rtcamp/action-phpcs-code-review:v2.0.3'
+ image: 'docker://ghcr.io/rtcamp/action-phpcs-code-review:v2.0.4'
7
branding:
8
icon: 'check-circle'
9
color: 'green'
0 commit comments