Update .gitea/workflows/ci.yml

This commit is contained in:
2025-06-05 17:50:08 +02:00
parent abdf78501d
commit a83045e872

View File

@@ -530,6 +530,7 @@ jobs:
- name: Add and Commit changes
run: |
git config advice.addIgnoredFile false
echo "Staging files for commit..."
git add README.md media/gameplay/* media/panel/* media/icons/* export/*
echo "Committing changes..."