Skip to content

Commit

Permalink
Merge pull request #61 from rtCamp/update/phpcs-action-to-v2.0.0
Browse files Browse the repository at this point in the history
[Required Update] PHPCS workflow file
  • Loading branch information
mrrobot47 authored Jan 16, 2020
2 parents 9b30a64 + 18a8106 commit 03bdad3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ jobs:
name: Run PHPCS inspection
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Run PHPCS inspection
uses: rtCamp/action-phpcs-code-review@master
uses: docker://rtcamp/action-phpcs-code-review:v2.0.0
env:
VAULT_ADDR: ${{ secrets.VAULT_ADDR }}
VAULT_TOKEN: ${{ secrets.VAULT_TOKEN }}
Expand Down

0 comments on commit 03bdad3

Please sign in to comment.