File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed
Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 11name : " PHP-CS-Fixer"
22
33on :
4- pull_request_target :
5- types : [ opened,closed,synchronize ]
64 push :
75 branches :
86 - " [0-9]+.[0-9]+"
97 - " [0-9]+.x"
10- - " *_actions"
11- - " feature-*"
12- -
8+
139permissions :
1410 contents : write
1511
1612jobs :
1713 php-style :
1814 uses : pimcore/workflows-collection-public/.github/workflows/reusable-php-cs-fixer.yaml@main
15+ if : github.repository_owner == 'pimcore'
1916 secrets :
2017 PHP_CS_FIXER_GITHUB_TOKEN : ${{ secrets.PHP_CS_FIXER_GITHUB_TOKEN }}
2118 with :
22- head_ref : ${{ github.event.pull_request.head.ref }}
23- repository : ${{ github.event.pull_request.head.repo.full_name }}
24- config_file : .php-cs-fixer.dist.php
19+ head_ref : ${{ github.head_ref || github.ref_name }}
20+ repository : ${{ github.repository }}
21+ config_file : .php-cs-fixer.dist.php
You can’t perform that action at this time.
0 commit comments