Update push-to-gitea.yml

This commit is contained in:
CanbiZ
2025-08-19 10:54:10 +02:00
committed by GitHub
parent 563130ea85
commit a3efa4e350

View File

@@ -27,7 +27,7 @@ jobs:
- name: Pull Gitea changes
run: |
git fetch gitea
git rebase gitea/main
git merge --strategy=ours gitea/main
env:
GITEA_USER: ${{ secrets.GITEA_USERNAME }}
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}