Update sync-to-gitea.yml

fix
This commit is contained in:
机械小鸽 2024-12-07 17:28:53 +08:00 committed by GitHub
parent 3062ca85fc
commit 00b11e345e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,11 +13,10 @@ jobs:
- name: Checkout GitHub repository - name: Checkout GitHub repository
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Set up Git - name: Configure Git
uses: actions/setup-git@v2 run: |
with: git config --global user.name "Your Name"
git_user_name: 'Your Name' git config --global user.email "your-email@example.com"
git_user_email: 'your-email@example.com'
- name: Push all branches to Gitea - name: Push all branches to Gitea
env: env: