Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b970f89

Browse files
Apply suggestions from code review
Co-authored-by: Maciej Olko <[email protected]>
1 parent d90dbdf commit b970f89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-lint-and-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/setup-python@master
2323
with:
2424
python-version: 3
25-
- name: Install Dependencies
25+
- name: Install dependencies
2626
run: |
2727
sudo apt-get install -y gettext
2828
pip install requests cogapp polib transifex-python sphinx-intl blurb six
@@ -51,7 +51,7 @@ jobs:
5151
TX_TOKEN: ${{ secrets.TX_TOKEN }}
5252
- run: git config --local user.email [email protected]
5353
- 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
5555
run: >
5656
! git diff -I'^"POT-Creation-Date: ' -I'^"Language-Team: ' -I'^# ' -I'^"Last-Translator: ' --exit-code && echo "SIGNIFICANT_CHANGES=1" >> $GITHUB_ENV || exit 0
5757
- name: Commit changes

0 commit comments

Comments
 (0)