Fix CI on main

This commit is contained in:
Charles Bochet
2023-07-05 00:04:05 +02:00
parent 2afe933055
commit 41edcd81d8
4 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
ref: "refs/pull/${{ github.event.number }}/merge"
ref: ${{ github.head_ref || github.ref_name }}
- name: Setup Node.js
uses: actions/setup-node@v3
with: