Skip to content

Commit ada460a

Browse files
committed
Updated code style bot
1 parent 5968aba commit ada460a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/php-cs-fixer.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Checkout code
21-
uses: actions/checkout@v2
22-
with:
23-
ref: ${{ github.head_ref }}
24-
token: ${{ secrets.PHP_CS_FIXER }}
21+
uses: actions/checkout@v3
2522
- name: Run PHP CS Fixer
2623
uses: docker://oskarstark/php-cs-fixer-ga
2724
with:

0 commit comments

Comments
 (0)