Skip to content

Commit

Permalink
fix phpcs yml broke issue
Browse files Browse the repository at this point in the history
  • Loading branch information
faisal-alvi committed Sep 19, 2023
1 parent c50019b commit 8ca173b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpcs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

- name: Run PHP_CodeSniffer
if: ${{ steps.changed-files.outputs.any_changed == 'true' }}
un: |
run: |
HEAD_REF=$(git rev-parse HEAD)
git checkout $HEAD_REF
phpcs-changed -s --git --git-base ${{ github.base_ref }} ${{ steps.changed-files.outputs.all_changed_files }}

0 comments on commit 8ca173b

Please sign in to comment.