Compare commits

..

1 Commits

Author SHA1 Message Date
cac8bf1344 chore: crowding ci integration.
All checks were successful
Check PR code / translations (pull_request) Successful in 58s
2025-03-09 16:18:22 +01:00

View File

@ -59,14 +59,14 @@ jobs:
id: check-changes
uses: mskri/check-uncommitted-changes-action@v1.0.1
- name: Commit Changes
if: steps.check-changes.outputs.outcome == failure()
if: steps.check-changes.outputs.changes != ''
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
if: steps.check-changes.outputs.outcome == failure()
if: steps.check-changes.outputs.changes != ''
uses: appleboy/git-push-action@v1.0.0
with:
author_name: giteadrone