There was an error while loading. Please reload this page.
2 parents 14ff3ad + c3d247a commit bc186a8Copy full SHA for bc186a8
1 file changed
Makefile
@@ -70,7 +70,7 @@ push:
70
exit 0; \
71
else \
72
git add *.po **/*.po .tx/config; \
73
- git commit -m 'Update translations'; \
+ git commit -m 'Update translations from Transifex'; \
74
if [ $(GITHUB_TOKEN) != "" ]; then \
75
header="$(echo -n token:"$(GITHUB_TOKEN)" | base64)"; \
76
git -c http.extraheader="AUTHORIZATION: basic $(header)" push; \
0 commit comments