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 - uses: actions/checkout@v3
with: with:
fetch-depth: 0 fetch-depth: 0
ref: "refs/pull/${{ github.event.number }}/merge" ref: ${{ github.head_ref || github.ref_name }}
- name: Setup Node.js - name: Setup Node.js
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:

View File

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

View File

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

View File

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