From 0f800e7a0d953d9958e589451ec772a2b8e6c423 Mon Sep 17 00:00:00 2001 From: CodingPhoenixx Date: Thu, 28 May 2026 12:49:52 +0200 Subject: [PATCH] Update publish.yml to use Gitea-hosted checkout action instead of actions/checkout --- .gitea/workflows/publish.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.gitea/workflows/publish.yml b/.gitea/workflows/publish.yml index 445c3a4..de52453 100644 --- a/.gitea/workflows/publish.yml +++ b/.gitea/workflows/publish.yml @@ -14,16 +14,8 @@ jobs: MAVEN_REPO_PASS: ${{ secrets.MAVEN_REPO_PASS }} steps: - # 1. GIT UND BASH INSTALLIEREN (Löst Fehler 127) - - name: Install Dependencies (Git) - run: | - if ! command -v git &> /dev/null; then - echo "Git nicht gefunden. Installiere..." - sudo apt-get update && sudo apt-get install -y git - fi - - name: Checkout Code - uses: actions/checkout@v4 + uses: https://gitea.com/actions/checkout@v4 - name: Version aus Gradle auslesen id: get_version