Skip to content

Commit

Permalink
Use ghcr.io instead of docker
Browse files Browse the repository at this point in the history
Signed-off-by: Riddhesh Sanghvi <riddhesh237@gmail.com>
  • Loading branch information
mrrobot47 committed May 14, 2021
1 parent 4c09731 commit 24d5c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: 'This will run phpcs on PRs'
author: 'rtCamp'
runs:
using: 'docker'
image: 'docker://rtcamp/action-phpcs-code-review:v2.0.3'
image: 'docker://ghcr.io/rtcamp/action-phpcs-code-review:v2.0.4'
branding:
icon: 'check-circle'
color: 'green'

0 comments on commit 24d5c40

Please sign in to comment.