Skip to content

Commit 152412f

Browse files
authored
Merge pull request #50 from rtCamp/2.0.4
Switch docker image usage to ghcr.io
2 parents 87aed62 + 24d5c40 commit 152412f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
ref: ${{ github.event.pull_request.head.sha }}
3131
- name: Run PHPCS inspection
32-
uses: rtCamp/action-phpcs-code-review@v2.0.3
32+
uses: rtCamp/action-phpcs-code-review@v2
3333
env:
3434
GH_BOT_TOKEN: ${{ secrets.GH_BOT_TOKEN }}
3535
SKIP_FOLDERS: "tests,.github"

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: 'This will run phpcs on PRs'
33
author: 'rtCamp'
44
runs:
55
using: 'docker'
6-
image: 'docker://rtcamp/action-phpcs-code-review:v2.0.3'
6+
image: 'docker://ghcr.io/rtcamp/action-phpcs-code-review:v2.0.4'
77
branding:
88
icon: 'check-circle'
99
color: 'green'

0 commit comments

Comments
 (0)