push-to-gitea.yaml (#5523)
This commit is contained in:
parent
e24ca6472c
commit
7057fba151
2
.github/workflows/push-to-gitea.yaml
generated
vendored
2
.github/workflows/push-to-gitea.yaml
generated
vendored
@ -42,7 +42,7 @@ jobs:
|
|||||||
git remote add gitea https://$GITEA_USER:$GITEA_TOKEN@git.community-scripts.org/community-scripts/ProxmoxVE.git
|
git remote add gitea https://$GITEA_USER:$GITEA_TOKEN@git.community-scripts.org/community-scripts/ProxmoxVE.git
|
||||||
git add .
|
git add .
|
||||||
git commit -m "Sync to Gitea"
|
git commit -m "Sync to Gitea"
|
||||||
git push gitea --all
|
git push gitea --all --force
|
||||||
env:
|
env:
|
||||||
GITEA_USER: ${{ secrets.GITEA_USERNAME }}
|
GITEA_USER: ${{ secrets.GITEA_USERNAME }}
|
||||||
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user