From eb1395429fbe6f7abe2cef49f36453975299329c Mon Sep 17 00:00:00 2001 From: abrardev99-bot <105270561+abrardev99-bot@users.noreply.github.com> Date: Thu, 13 Oct 2022 09:30:25 +0500 Subject: [PATCH] wip --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db2b0ffc..06725d68 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,6 +92,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + repository: ${{ github.event.pull_request.head.repo.full_name }} + ref: ${{ github.event.pull_request.head.ref }} - name: Install php-cs-fixer run: composer global require friendsofphp/php-cs-fixer - name: Run php-cs-fixer