Don't pass any parameters to the checkout action (#34)

* don't pass any parameters to the checkout action

* re-add the fetch-depth parameter
This commit is contained in:
Nogweii
2023-05-29 17:17:06 -07:00
committed by GitHub
parent 0a1bec042b
commit e5f7c812b2

View File

@@ -28,8 +28,7 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with:
ref: main # We want a full clone of the repo so that the rev-list count below is correct
path: main
fetch-depth: 0 fetch-depth: 0
- name: Set up QEMU - name: Set up QEMU