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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 }}