1 Commits

Author SHA1 Message Date
4405df38aa Fix: Typo
All checks were successful
build-debian-package / Build the debian package (push) Successful in 3m13s
2026-01-15 10:40:39 +01:00

View File

@@ -15,7 +15,7 @@ jobs:
- name: "Git checkout"
run: git checkout "${{ gitea.sha }}"
- name: "Submodules auschecken"
run: git submodules update --init
run: git submodule update --init
- name: "Dotnet SDK einrichten"
uses: actions/setup-dotnet@v4
with: