mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Update update_locales.yml
This commit is contained in:
parent
e362795493
commit
0afb6b62aa
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update_locales.yml
vendored
2
.github/workflows/update_locales.yml
vendored
|
@ -25,5 +25,5 @@ jobs:
|
||||||
git config user.email "actions@github.com"
|
git config user.email "actions@github.com"
|
||||||
git add .
|
git add .
|
||||||
# "echo" returns true so the build succeeds, even if no changed files
|
# "echo" returns true so the build succeeds, even if no changed files
|
||||||
git commit -m 'chore: update list of locales' || echo
|
git commit -m 'update list of locales' || echo
|
||||||
git push
|
git push
|
||||||
|
|
Loading…
Reference in a new issue