From 99cceefab62da369a9647b2f9f90999c5fc53182 Mon Sep 17 00:00:00 2001 From: Stefan Hagspiel Date: Tue, 26 May 2026 15:18:50 +0200 Subject: [PATCH] update PHP-CS-Fixer workflow: adjust inputs and add fork point configuration --- .github/workflows/php-cs-fixer.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/php-cs-fixer.yaml b/.github/workflows/php-cs-fixer.yaml index f1a1c210..18e5ea3c 100644 --- a/.github/workflows/php-cs-fixer.yaml +++ b/.github/workflows/php-cs-fixer.yaml @@ -17,7 +17,9 @@ jobs: secrets: PHP_CS_FIXER_GITHUB_TOKEN: ${{ secrets.PHP_CS_FIXER_GITHUB_TOKEN }} with: - head_ref: ${{ github.event.pull_request.head.ref }} - repository: ${{ github.event.pull_request.head.repo.full_name }} + head_ref: ${{ github.ref }} + repository: ${{ github.repository }} use_global_config: true - finder_file: .php-cs-fixer-finder.dist.php \ No newline at end of file + cs_fixer_mode: core + finder_file: .php-cs-fixer-finder.dist.php + fork_point: "v1.2.2" \ No newline at end of file