Skip to content

Commit

Permalink
Merge pull request #706 from scottcharlesworth/pull-request-format-ac…
Browse files Browse the repository at this point in the history
…tion

Fix Format Action for Forked Repos
  • Loading branch information
damiani authored May 16, 2024
2 parents 6a79185 + 558abe1 commit 81395db
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 81395db

Please sign in to comment.