fix: use full HTTPS URL for checkout to force /git/ path
This commit is contained in:
parent
2fc77c0d80
commit
98f69b2677
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
- name: Check out repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: jv/my-homelab-configs
|
||||
repository: https://lab2025.duckdns.org/git/jv/my-homelab-configs.git
|
||||
token: ${{ secrets.GITEATOKEN }}
|
||||
fetch-depth: 0
|
||||
- name: Validate repository
|
||||
|
|
@ -32,7 +32,7 @@ jobs:
|
|||
- name: Check out repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: jv/my-homelab-configs
|
||||
repository: https://lab2025.duckdns.org/git/jv/my-homelab-configs.git
|
||||
token: ${{ secrets.GITEATOKEN }}
|
||||
fetch-depth: 0
|
||||
- name: Block automatic deploy for external Gitea changes
|
||||
|
|
|
|||
Loading…
Reference in New Issue