Update sync-to-gitea.yml
fix
This commit is contained in:
parent
3062ca85fc
commit
00b11e345e
9
.github/workflows/sync-to-gitea.yml
vendored
9
.github/workflows/sync-to-gitea.yml
vendored
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user