mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-12 10:19:43 +00:00
Workflow to gitea (forgot git add and commit) (#5513)
* New workflow to push to gitea and change links * Update workflow
This commit is contained in:
parent
c000235d81
commit
a0da56997c
1 changed files with 3 additions and 0 deletions
3
.github/workflows/push-to-gitea.yaml
generated
vendored
3
.github/workflows/push-to-gitea.yaml
generated
vendored
|
@ -33,6 +33,9 @@ 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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue