Skip to content

Commit 366ca15

Browse files
Sample workflows: Don't commit transifex-util.py (#179)
1 parent 5311cd8 commit 366ca15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample-workflows/transifex-pull.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
-I'^# ' -I'^"Last-Translator: ' \
5252
--exit-code \
5353
&& echo "SIGNIFICANT_CHANGES=1" >> $GITHUB_ENV || exit 0
54-
- run: git add .
54+
- run: git add . ':!transifex-util.py'
5555
- run: git commit -m 'Update translation from Transifex'
5656
if: env.SIGNIFICANT_CHANGES
5757
- uses: ad-m/github-push-action@master

0 commit comments

Comments
 (0)