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 0148e88 commit de966a1Copy full SHA for de966a1
.github/workflows/quality.yml
@@ -24,6 +24,7 @@ jobs:
24
steps:
25
- uses: actions/checkout@v4
26
with:
27
+ ref: ${{ github.event.pull_request.head.sha || github.sha }}
28
fetch-depth: 0
29
30
- name: Setup Node.js
0 commit comments