From 13b3cbab082e2c09cc128ed1df377cf69226c347 Mon Sep 17 00:00:00 2001 From: Tracewebstudio Dev Date: Sun, 19 Apr 2026 16:35:59 +0200 Subject: [PATCH] ci: confirm --- .github/workflows/sync-to-gitea.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync-to-gitea.yml b/.github/workflows/sync-to-gitea.yml index 4ce2699..c45546a 100644 --- a/.github/workflows/sync-to-gitea.yml +++ b/.github/workflows/sync-to-gitea.yml @@ -3,7 +3,7 @@ name: sync-to-gitea on: push: branches: - - main + - high-performance jobs: sync: @@ -22,7 +22,7 @@ jobs: GITEA_TOKEN: ${{ secrets.GITEA_SECRET }} run: | set -euo pipefail - echo "Syncing ${{ github.event.repository.name }}:main → Gitea high-performance" + echo "Syncing ${{ github.event.repository.name }}:high-performance → Gitea high-performance" echo "Commit: $(git rev-parse HEAD)" git remote add gitea "https://${GITEA_USERNAME}:${GITEA_TOKEN}@ci.nxtgauge.com/Admin/${{ github.event.repository.name }}.git"