From b3cbcf525c3fff943180acea740bbd319ba32813 Mon Sep 17 00:00:00 2001 From: jv Date: Thu, 17 Sep 2026 23:38:15 -0500 Subject: [PATCH] fix: remove explicit ref from checkout to avoid repository not found --- .gitea/workflows/homelab-main.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitea/workflows/homelab-main.yml b/.gitea/workflows/homelab-main.yml index 71783a1..a917874 100644 --- a/.gitea/workflows/homelab-main.yml +++ b/.gitea/workflows/homelab-main.yml @@ -14,7 +14,6 @@ jobs: - name: Check out repository uses: actions/checkout@v4 with: - ref: ${{ gitea.sha }} fetch-depth: 0 - name: Validate repository run: | @@ -31,7 +30,6 @@ jobs: - name: Check out repository uses: actions/checkout@v4 with: - ref: ${{ gitea.sha }} fetch-depth: 0 - name: Block automatic deploy for external Gitea changes run: |