Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sowrensen committed Feb 25, 2025
1 parent 8bf96c9 commit 8867d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fix-php-code-style-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
ref: ${{ github.event.head_commit.id }}

- name: Fix PHP code style issues
uses: aglipanci/laravel-pint-action@2.5
Expand Down

0 comments on commit 8867d86

Please sign in to comment.