Skip to content

Commit ddb5afa

Browse files
committed
foo
1 parent e0381e0 commit ddb5afa

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,14 @@ jobs:
7272
rm -rf locales/.doctrees
7373
7474
- name: TODO - commit locales into repository
75+
shell: bash
7576
run: |
7677
git config --global --add safe.directory $(pwd)
7778
git config --global user.name "GitHub Action"
7879
git config --global user.email "[email protected]"
79-
git commit -m "Automated locales generation" locales
80-
git push
80+
if (git commit -m "Automated locales generation" locales); then
81+
git push
82+
fi
8183
8284
- name: put original locales back
8385
run: |

0 commit comments

Comments
 (0)