From bceda97de22a0181372873502b7b0cfa60edad0a Mon Sep 17 00:00:00 2001 From: Abrar Ahmad Date: Thu, 13 Oct 2022 09:28:27 +0500 Subject: [PATCH] revert CI changes to it's original state --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8f46d02c..26de6a18 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,10 +92,6 @@ 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