File tree Expand file tree Collapse file tree 1 file changed +19
-21
lines changed Expand file tree Collapse file tree 1 file changed +19
-21
lines changed Original file line number Diff line number Diff line change 11name : " PHP-CS-Fixer"
22
33on :
4- pull_request :
5- branches :
6- - " [0-9]+.[0-9]+"
7- - " [0-9]+.x"
8- - " feature-*"
9- push :
10- branches :
11- - " [0-9]+.[0-9]+"
12- - " [0-9]+.x"
13- - " *_actions"
14- - " feature-*"
4+ pull_request :
5+ branches :
6+ - " [0-9]+.[0-9]+"
7+ - " [0-9]+.x"
8+ - " feature-*"
9+ push :
10+ branches :
11+ - " [0-9]+.[0-9]+"
12+ - " [0-9]+.x"
13+ - " *_actions"
14+ - " feature-*"
1515
1616permissions :
17- contents : read
17+ contents : write
1818
1919jobs :
20- php-cs-fixer :
21- uses : pimcore/workflows-collection-public/.github/workflows/reusable-php-cs-fixer.yaml@main
22- with :
23- head_ref : ${{ github.head_ref || github.ref_name }}
24- repository : ${{ github.repository }}
25-
26- secrets :
27- PHP_CS_FIXER_GITHUB_TOKEN : ${{ secrets.PHP_CS_FIXER_GITHUB_TOKEN }}
28-
20+ php-cs-fixer :
21+ uses : pimcore/workflows-collection-public/.github/workflows/reusable-php-cs-fixer.yaml@main
22+ with :
23+ head_ref : ${{ github.head_ref || github.ref_name }}
24+ repository : ${{ github.repository }}
25+ secrets :
26+ PHP_CS_FIXER_GITHUB_TOKEN : ${{ secrets.PHP_CS_FIXER_GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments