Skip to content

Commit 107e0bc

Browse files
committed
fix
1 parent f8a705b commit 107e0bc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/rector-cs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
name: Rector + PHP CS Fixer
2+
13
on:
24
pull_request:
35
paths:
@@ -15,13 +17,11 @@ concurrency:
1517
group: ${{ github.workflow }}-${{ github.ref }}
1618
cancel-in-progress: true
1719

18-
name: Rector + PHP CS Fixer
19-
2020
jobs:
2121
rector:
2222
uses: yiisoft/actions/.github/workflows/rector-cs.yml@master
2323
secrets:
2424
token: ${{ secrets.YIISOFT_GITHUB_TOKEN }}
2525
with:
26-
php: >-
27-
['8.4']
26+
repository: ${{ github.event.pull_request.head.repo.full_name }}
27+
php: '8.4'

0 commit comments

Comments
 (0)