From b0e94c60b641133065fdab0b0ad69184dfea47f1 Mon Sep 17 00:00:00 2001 From: jv Date: Fri, 18 Sep 2026 08:07:28 -0500 Subject: [PATCH] fix: use repository property to align with ROOT_URL /git/ --- .gitea/workflows/homelab-main.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/homelab-main.yml b/.gitea/workflows/homelab-main.yml index a917874..24c2bfe 100644 --- a/.gitea/workflows/homelab-main.yml +++ b/.gitea/workflows/homelab-main.yml @@ -14,6 +14,8 @@ jobs: - name: Check out repository uses: actions/checkout@v4 with: + repository: jv/my-homelab-configs + token: ${{ secrets.GITEA_TOKEN }} fetch-depth: 0 - name: Validate repository run: | @@ -30,6 +32,8 @@ jobs: - name: Check out repository uses: actions/checkout@v4 with: + repository: jv/my-homelab-configs + token: ${{ secrets.GITEA_TOKEN }} fetch-depth: 0 - name: Block automatic deploy for external Gitea changes run: |