Skip to content

Commit 949c1ac

Browse files
authored
Update fix-php-code-style-issues.yml (#573)
1 parent 5af2e3e commit 949c1ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Checkout code
2323
uses: actions/checkout@v4
2424
with:
25-
ref: ${{ github.head_ref }}
25+
ref: ${{ github.head_ref || github.sha }}
2626

2727
- name: Check PHP code style issues
2828
if: github.event_name == 'push'

0 commit comments

Comments
 (0)