mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-06-29 18:47:38 +00:00
push-to-gitea.yaml (#5521)
This commit is contained in:
committed by
GitHub
parent
db77e42a50
commit
491b341fdf
5
.github/workflows/push-to-gitea.yaml
generated
vendored
5
.github/workflows/push-to-gitea.yaml
generated
vendored
@ -33,14 +33,15 @@ jobs:
|
||||
echo "No files found containing GitHub raw URLs"
|
||||
fi
|
||||
|
||||
git add .
|
||||
git commit -m "Sync to Gitea"
|
||||
|
||||
|
||||
- name: Push to Gitea
|
||||
run: |
|
||||
git config --global user.name "Push From Github"
|
||||
git config --global user.email "actions@github.com"
|
||||
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
|
||||
env:
|
||||
GITEA_USER: ${{ secrets.GITEA_USERNAME }}
|
||||
|
Reference in New Issue
Block a user