diff --git a/.gitea/workflows/homelab-main.yml b/.gitea/workflows/homelab-main.yml index a72f66b..71783a1 100644 --- a/.gitea/workflows/homelab-main.yml +++ b/.gitea/workflows/homelab-main.yml @@ -15,6 +15,7 @@ jobs: uses: actions/checkout@v4 with: ref: ${{ gitea.sha }} + fetch-depth: 0 - name: Validate repository run: | set -euo pipefail @@ -31,6 +32,7 @@ jobs: uses: actions/checkout@v4 with: ref: ${{ gitea.sha }} + fetch-depth: 0 - name: Block automatic deploy for external Gitea changes run: | set -euo pipefail