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
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
ref: main
|
||||
path: main
|
||||
# We want a full clone of the repo so that the rev-list count below is correct
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Set up QEMU
|
||||
|
||||
Reference in New Issue
Block a user