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.
1 parent d90dbdf commit b970f89Copy full SHA for b970f89
1 file changed
.github/workflows/update-lint-and-build.yml
@@ -22,7 +22,7 @@ jobs:
22
- uses: actions/setup-python@master
23
with:
24
python-version: 3
25
- - name: Install Dependencies
+ - name: Install dependencies
26
run: |
27
sudo apt-get install -y gettext
28
pip install requests cogapp polib transifex-python sphinx-intl blurb six
@@ -51,7 +51,7 @@ jobs:
51
TX_TOKEN: ${{ secrets.TX_TOKEN }}
52
- run: git config --local user.email github-actions@github.com
53
- run: git config --local user.name "GitHub Action's update-translation job"
54
- - name: Check for changes in README.md
+ - name: Check changes significance
55
run: >
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
- name: Commit changes
0 commit comments