We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f25024f + 31742ae commit 00b6570Copy full SHA for 00b6570
1 file changed
.github/workflows/lint.yml
@@ -14,6 +14,8 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- uses: actions/checkout@v6.0.1
17
+ with:
18
+ ref: ${{ github.event.pull_request.head.ref || github.ref }}
19
20
- name: Setup Ruby
21
uses: ruby/setup-ruby@v1.284.0
0 commit comments