Aggiornamento staging #1

Merged
Alessio merged 25 commits from main into staging 2026-01-24 17:31:13 +01:00
Showing only changes of commit 8e229fc77c - Show all commits
+4 -2
View File
@@ -101,8 +101,8 @@ jobs:
steps:
- name: Checkout repository with Git
run: |
echo ===== Cloning repository =====
git clone --depth 1 --branch ${{ github.ref_name }} https://github.com/${{ github.repository }}.git repo
echo ===== Cloning repository from Gitea =====
git clone --depth 1 --branch ${{ github.ref_name }} https://alessio:%REGISTRY_TOKEN%@gitea.home-nas-ds.org/${{ github.repository }}.git repo
if errorlevel 1 (
echo Failed to clone repository
exit /b 1
@@ -120,6 +120,8 @@ jobs:
dir /B
exit /b 1
)
env:
REGISTRY_TOKEN: ${{ secrets.REGISTRY_TOKEN }}
shell: cmd
- name: Debug - Verify files