Compare commits

..

1 Commits

Author SHA1 Message Date
a34d99b346 chore: crowding ci integration.
All checks were successful
Check PR code / translations (pull_request) Successful in 1m3s
2025-03-09 16:11:16 +01:00

View File

@ -61,6 +61,8 @@ jobs:
- name: Commit Changes
if: steps.check-changes.outputs.outcome == failure()
run: |
git config --global user.email aminecmi+giteadrone@pm.me
git config --global user.name giteadrone
git add ./androidApp/src/main/res/*
git commit -m "translation: translation files"
- name: Push changes