From 45a61134d6f8112c710fa1acdfb8c6205da287b4 Mon Sep 17 00:00:00 2001 From: "Max P." Date: Mon, 26 May 2025 16:38:45 +0200 Subject: [PATCH] chore(workflows): remove unnecessary checkout step - Eliminates the redundant checkout step in the sync workflow - Simplifies the workflow by focusing on the releases sync action --- .gitea/workflows/sync-github.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitea/workflows/sync-github.yml b/.gitea/workflows/sync-github.yml index 2d4ba08..f5f547c 100644 --- a/.gitea/workflows/sync-github.yml +++ b/.gitea/workflows/sync-github.yml @@ -15,9 +15,6 @@ jobs: runs-on: ubuntu-22.04 steps: - - name: Checkout (optional if needed) - uses: actions/checkout@v4 - - name: Run Releases Sync Action uses: https://git.0xmax42.io/actions/releases-sync@main with: