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 56d3db8 commit 9dcd4adCopy full SHA for 9dcd4ad
.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