From a7267b34f013d77142b0a4bace4bc5e4c6a82d03 Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Sun, 23 Feb 2025 20:18:02 -0700 Subject: [PATCH] ci: update checkout to not fetch depth 0 --- .github/workflows/deploy-docker-github.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/deploy-docker-github.yml b/.github/workflows/deploy-docker-github.yml index b6d4dffa..27dffc70 100755 --- a/.github/workflows/deploy-docker-github.yml +++ b/.github/workflows/deploy-docker-github.yml @@ -235,8 +235,6 @@ jobs: - name: '✅ Checkout' id: task_release_gh_checkout uses: actions/checkout@v4 - with: - fetch-depth: 0 # # # Release › Github › Get Timestamp @@ -490,8 +488,6 @@ jobs: - name: '✅ Checkout' id: task_release_gh_checkout uses: actions/checkout@v4 - with: - fetch-depth: 0 # # # Release › Github › Get Timestamp