ci: fix log message
This commit is contained in:
parent
0f2ca5d37e
commit
b71c812152
1 changed files with 2 additions and 2 deletions
4
.github/workflows/sync-to-gitea.yml
vendored
4
.github/workflows/sync-to-gitea.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue