Compare commits
1 Commits
cac8bf1344
...
13066bdf2d
Author | SHA1 | Date | |
---|---|---|---|
13066bdf2d |
@ -59,14 +59,14 @@ jobs:
|
|||||||
id: check-changes
|
id: check-changes
|
||||||
uses: mskri/check-uncommitted-changes-action@v1.0.1
|
uses: mskri/check-uncommitted-changes-action@v1.0.1
|
||||||
- name: Commit Changes
|
- name: Commit Changes
|
||||||
if: steps.check-changes.outputs.changes != ''
|
if: steps.check-changes.outputs.outcome == failure()
|
||||||
run: |
|
run: |
|
||||||
git config --global user.email aminecmi+giteadrone@pm.me
|
git config --global user.email aminecmi+giteadrone@pm.me
|
||||||
git config --global user.name giteadrone
|
git config --global user.name giteadrone
|
||||||
git add ./androidApp/src/main/res/*
|
git add ./androidApp/src/main/res/*
|
||||||
git commit -m "translation: translation files"
|
git commit -m "translation: translation files"
|
||||||
- name: Push changes
|
- name: Push changes
|
||||||
if: steps.check-changes.outputs.changes != ''
|
if: steps.check-changes.outputs.outcome == failure()
|
||||||
uses: appleboy/git-push-action@v1.0.0
|
uses: appleboy/git-push-action@v1.0.0
|
||||||
with:
|
with:
|
||||||
author_name: giteadrone
|
author_name: giteadrone
|
||||||
|
Loading…
x
Reference in New Issue
Block a user