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:
Michel Roegl-Brunner
2025-06-27 16:03:27 +02:00
committed by GitHub
parent c000235d81
commit a0da56997c

View File

@ -33,6 +33,9 @@ jobs:
echo "No files found containing GitHub raw URLs" echo "No files found containing GitHub raw URLs"
fi fi
git add .
git commit -m "Sync to Gitea"
- name: Push to Gitea - name: Push to Gitea
run: | run: |
git config --global user.name "Push From Github" git config --global user.name "Push From Github"