Compare commits
1 Commits
13066bdf2d
...
cac8bf1344
Author | SHA1 | Date | |
---|---|---|---|
cac8bf1344 |
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user