ci: confirm

This commit is contained in:
Tracewebstudio Dev 2026-04-19 16:35:59 +02:00
parent 119c70cd4a
commit 13b3cbab08

View file

@ -3,7 +3,7 @@ name: sync-to-gitea
on: on:
push: push:
branches: branches:
- main - high-performance
jobs: jobs:
sync: sync:
@ -22,7 +22,7 @@ jobs:
GITEA_TOKEN: ${{ secrets.GITEA_SECRET }} GITEA_TOKEN: ${{ secrets.GITEA_SECRET }}
run: | run: |
set -euo pipefail 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)" echo "Commit: $(git rev-parse HEAD)"
git remote add gitea "https://${GITEA_USERNAME}:${GITEA_TOKEN}@ci.nxtgauge.com/Admin/${{ github.event.repository.name }}.git" git remote add gitea "https://${GITEA_USERNAME}:${GITEA_TOKEN}@ci.nxtgauge.com/Admin/${{ github.event.repository.name }}.git"