We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5af2e3e commit 949c1acCopy full SHA for 949c1ac
.github/workflows/fix-php-code-style-issues.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Checkout code
23
uses: actions/checkout@v4
24
with:
25
- ref: ${{ github.head_ref }}
+ ref: ${{ github.head_ref || github.sha }}
26
27
- name: Check PHP code style issues
28
if: github.event_name == 'push'
0 commit comments