fix: remove explicit ref from checkout to avoid repository not found
This commit is contained in:
parent
dca1d9f0a0
commit
b3cbcf525c
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue