mirror of
https://github.com/Suwayomi/docker-tachidesk.git
synced 2025-12-10 06:42:12 +01:00
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:
3
.github/workflows/build_container_images.yml
vendored
3
.github/workflows/build_container_images.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user