Skip to content

Commit

Permalink
Fix checkout step for forked repos
Browse files Browse the repository at this point in the history
  • Loading branch information
scottcharlesworth committed May 15, 2024
1 parent 18c85b5 commit 558abe1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
- uses: shivammathur/setup-php@v2
with:
php-version: 8.1
Expand Down

0 comments on commit 558abe1

Please sign in to comment.