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 @@ -145,7 +145,7 @@ jobs:
145145 shell : bash
146146 run : |
147147 ver="$(echo "${{ matrix.cpython_version }}" | sed 's|\.||')"
148- echo "TX_PROJECT=python-$ver" >> $GITHUB_ENV
148+ echo "TX_PROJECT=python-$ver" >> $GITHUB_ENV # shellcheck disable=SC2086
149149 echo "${{ env.TX_PROJECT }}"
150150
151151 # required for generating .tx/config
@@ -215,7 +215,7 @@ jobs:
215215 git status
216216 shopt -s globstar
217217 git diff -I'^"POT-Creation-Date: ' --numstat ./**/*.po ./**/*.pot | cut -f3 | xargs -r git add -v
218- # shellcheck disable=SC2086 ,SC2035
218+ # shellcheck disable=SC2046 ,SC2035
219219 git add -v $(git ls-files -o --exclude-standard *.po *.pot) .tx/config
220220 git diff-index --cached --quiet HEAD || { git commit -vm "Update translations from Transifex"; }
221221
You can’t perform that action at this time.
0 commit comments