Skip to content

Commit

Permalink
Fix fix-code-style action
Browse files Browse the repository at this point in the history
  • Loading branch information
markuspoerschke committed Oct 13, 2021
1 parent e29e951 commit 0577676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/[email protected]
with:
ref: ${{ github.head_ref }}
ref: ${{ github.event.pull_request.head.sha }}
token: ${{ secrets.PAT }}

- name: Run php-cs-fixer
Expand Down

0 comments on commit 0577676

Please sign in to comment.