diff --git a/.github/workflows/prettier-php.yml b/.github/workflows/prettier-php.yml index a4dd6e0af..de38e3a8e 100644 --- a/.github/workflows/prettier-php.yml +++ b/.github/workflows/prettier-php.yml @@ -30,9 +30,7 @@ jobs: if: ${{ github.ref != 'refs/heads/main' }} uses: actions/checkout@main with: - ref: ${{ github.ref }} - - # ref: ${{ github.event.pull_request.head.ref }} + ref: ${{ github.event.pull_request.head.ref }} # repository: ${{ github.event.pull_request.head.repo.full_name }} - name: Setup Node.js