Skip to content

Commit 0b1dfed

Browse files
author
İbrahim Halil Oğlakcı
committed
Fix: Remove invalid ref for push events
1 parent 6cc0db2 commit 0b1dfed

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/fix-php-code-style-issues.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ jobs:
1515
steps:
1616
- name: Checkout code
1717
uses: actions/checkout@v4
18-
with:
19-
ref: ${{ github.head_ref }}
18+
# ref satırını sildik, artık otomatik algılayacak
2019

2120
- name: Setup PHP
2221
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)