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 2d6f5d4 commit d1351e4Copy full SHA for d1351e4
.github/workflows/ci.yml
@@ -57,6 +57,7 @@ jobs:
57
uses: actions/checkout@v4
58
with:
59
fetch-depth: 0
60
+ ref: ${{ github.head_ref || github.ref_name }}
61
62
- name: Setup
63
uses: ./.github/actions/setup
0 commit comments