Compare commits
1 Commits
21d2d74b2c
...
a34d99b346
Author | SHA1 | Date | |
---|---|---|---|
a34d99b346 |
@ -61,6 +61,8 @@ jobs:
|
|||||||
- name: Commit Changes
|
- name: Commit Changes
|
||||||
if: steps.check-changes.outputs.outcome == failure()
|
if: steps.check-changes.outputs.outcome == failure()
|
||||||
run: |
|
run: |
|
||||||
|
git config --global user.email aminecmi+giteadrone@pm.me
|
||||||
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user