fix: remove explicit ref from checkout to avoid repository not found
Homelab Main / validate (push) Failing after 43s Details
Homelab Main / deploy (push) Has been skipped Details

This commit is contained in:
jv 2026-09-17 23:38:15 -05:00
parent dca1d9f0a0
commit b3cbcf525c
1 changed files with 0 additions and 2 deletions

View File

@ -14,7 +14,6 @@ jobs:
- name: Check out repository - name: Check out repository
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
ref: ${{ gitea.sha }}
fetch-depth: 0 fetch-depth: 0
- name: Validate repository - name: Validate repository
run: | run: |
@ -31,7 +30,6 @@ jobs:
- name: Check out repository - name: Check out repository
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
ref: ${{ gitea.sha }}
fetch-depth: 0 fetch-depth: 0
- name: Block automatic deploy for external Gitea changes - name: Block automatic deploy for external Gitea changes
run: | run: |