We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
transifex-util.py
1 parent 5311cd8 commit 366ca15Copy full SHA for 366ca15
sample-workflows/transifex-pull.yml
@@ -51,7 +51,7 @@ jobs:
51
-I'^# ' -I'^"Last-Translator: ' \
52
--exit-code \
53
&& echo "SIGNIFICANT_CHANGES=1" >> $GITHUB_ENV || exit 0
54
- - run: git add .
+ - run: git add . ':!transifex-util.py'
55
- run: git commit -m 'Update translation from Transifex'
56
if: env.SIGNIFICANT_CHANGES
57
- uses: ad-m/github-push-action@master
0 commit comments