Update push-to-gitea.yml
This commit is contained in:
parent
0dc063e736
commit
3af73cf81c
4
.github/workflows/push-to-gitea.yml
vendored
4
.github/workflows/push-to-gitea.yml
vendored
@ -15,6 +15,10 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Set Git identity for actions
|
||||
run: |
|
||||
git config --global user.name "Push From Github"
|
||||
git config --global user.email "actions@github.com"
|
||||
- name: Add Gitea remote
|
||||
run: git remote add gitea https://$GITEA_USER:$GITEA_TOKEN@git.community-scripts.org/community-scripts/ProxmoxVED.git
|
||||
env:
|
||||
|
Loading…
x
Reference in New Issue
Block a user