fix: use full HTTPS URL for checkout to force /git/ path
Homelab Main / validate (push) Failing after 3s Details
Homelab Main / deploy (push) Has been skipped Details

This commit is contained in:
jv 2026-09-18 08:43:30 -05:00
parent 2fc77c0d80
commit 98f69b2677
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ jobs:
- name: Check out repository - name: Check out repository
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
repository: jv/my-homelab-configs repository: https://lab2025.duckdns.org/git/jv/my-homelab-configs.git
token: ${{ secrets.GITEATOKEN }} token: ${{ secrets.GITEATOKEN }}
fetch-depth: 0 fetch-depth: 0
- name: Validate repository - name: Validate repository
@ -32,7 +32,7 @@ jobs:
- name: Check out repository - name: Check out repository
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
repository: jv/my-homelab-configs repository: https://lab2025.duckdns.org/git/jv/my-homelab-configs.git
token: ${{ secrets.GITEATOKEN }} token: ${{ secrets.GITEATOKEN }}
fetch-depth: 0 fetch-depth: 0
- name: Block automatic deploy for external Gitea changes - name: Block automatic deploy for external Gitea changes