Compare commits

..

1 Commits

Author SHA1 Message Date
13066bdf2d chore: crowding ci integration.
Some checks failed
Check PR code / translations (pull_request) Failing after 59s
2025-03-09 16:15:55 +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.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
if: steps.check-changes.outputs.changes != ''
if: steps.check-changes.outputs.outcome == failure()
uses: appleboy/git-push-action@v1.0.0
with:
author_name: giteadrone