Skip to content

Commit 8b7f541

Browse files
committed
ci: pint
1 parent f212c11 commit 8b7f541

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/pint.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ jobs:
1313
pull-requests: write
1414

1515
steps:
16-
- name: Checkout pull request head
16+
- name: Checkout code
1717
uses: actions/checkout@v4
1818
with:
19-
ref: ${{ github.head_ref }}
19+
ref: ${{ github.head_ref || github.ref }}
20+
token: ${{ secrets.GITHUB_TOKEN }}
2021

2122
- name: "laravel-pint"
2223
uses: aglipanci/laravel-pint-action@latest

0 commit comments

Comments
 (0)