Add Workflwo
This commit is contained in:
parent
f0b52cd661
commit
ae5023cbb8
2
.github/workflows/push-to-gitea.yml
vendored
2
.github/workflows/push-to-gitea.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git config --global user.name "GitHub Actions"
|
git config --global user.name "GitHub Actions"
|
||||||
git config --global user.email "actions@github.com"
|
git config --global user.email "actions@github.com"
|
||||||
git remote add gitea https://$GITEA_USER:$GITEA_TOKEN@gitea.example.com/user/repo.git
|
git remote add gitea https://$GITEA_USER:$GITEA_TOKEN@git.community-scripts.org/community-scripts/ProxmoxVED.git
|
||||||
git push gitea HEAD:main --force
|
git push gitea HEAD:main --force
|
||||||
env:
|
env:
|
||||||
GITEA_USER: ${{ secrets.GITEA_USER }}
|
GITEA_USER: ${{ secrets.GITEA_USER }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user