mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-28 20:00:51 +00:00
push-to-gitea.yaml (#5523)
This commit is contained in:
parent
e24ca6472c
commit
7057fba151
1 changed files with 1 additions and 1 deletions
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 add .
|
||||
git commit -m "Sync to Gitea"
|
||||
git push gitea --all
|
||||
git push gitea --all --force
|
||||
env:
|
||||
GITEA_USER: ${{ secrets.GITEA_USERNAME }}
|
||||
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue