There was an error while loading. Please reload this page.
1 parent b892a12 commit 94a43ffCopy full SHA for 94a43ff
1 file changed
.github/workflows/lint.yml
@@ -11,6 +11,8 @@ jobs:
11
steps:
12
- name: Checkout code
13
uses: actions/checkout@v6
14
+ with:
15
+ ref: ${{ github.event.pull_request.head.ref || github.ref }}
16
17
- name: Setup PHP
18
uses: shivammathur/setup-php@v2
0 commit comments