File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
22
- uses : actions/setup-python@master
23
23
with :
24
24
python-version : 3
25
- - name : Install Dependencies
25
+ - name : Install dependencies
26
26
run : |
27
27
sudo apt-get install -y gettext
28
28
pip install requests cogapp polib transifex-python sphinx-intl blurb six
51
51
TX_TOKEN : ${{ secrets.TX_TOKEN }}
52
52
-
run :
git config --local user.email [email protected]
53
53
- run : git config --local user.name "GitHub Action's update-translation job"
54
- - name : Check for changes in README.md
54
+ - name : Check changes significance
55
55
run : >
56
56
! git diff -I'^"POT-Creation-Date: ' -I'^"Language-Team: ' -I'^# ' -I'^"Last-Translator: ' --exit-code && echo "SIGNIFICANT_CHANGES=1" >> $GITHUB_ENV || exit 0
57
57
- name : Commit changes
You can’t perform that action at this time.
0 commit comments