From b71c812152db5df492fcd3afde1232b055f46ce8 Mon Sep 17 00:00:00 2001 From: Tracewebstudio Dev Date: Sun, 19 Apr 2026 16:35:45 +0200 Subject: [PATCH] ci: fix log message --- .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"