Update workflow

This commit is contained in:
Michel Roegl-Brunner
2025-06-27 12:17:24 +02:00
parent c2c25dfd34
commit 4c4706a018

View File

@ -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"