Skip to content

Commit 94a43ff

Browse files
committed
fix stefanzweifel/git-auto-commit-action warning
1 parent b892a12 commit 94a43ff

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
steps:
1212
- name: Checkout code
1313
uses: actions/checkout@v6
14+
with:
15+
ref: ${{ github.event.pull_request.head.ref || github.ref }}
1416

1517
- name: Setup PHP
1618
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)