Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/localize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
python ./scripts/_locale.py --extract

- name: git diff
run: |

Check failure on line 40 in .github/workflows/localize.yml

View workflow job for this annotation

GitHub Actions / Common Lint / Common Lint

shellcheck reported issue in this script: SC2086:info:9:30: Double quote to prevent globbing and word splitting
# disable the pager
git config --global pager.diff false

Expand All @@ -55,10 +55,10 @@

- name: Get current date
id: date
run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT

Check failure on line 58 in .github/workflows/localize.yml

View workflow job for this annotation

GitHub Actions / Common Lint / Common Lint

shellcheck reported issue in this script: SC2086:info:1:36: Double quote to prevent globbing and word splitting

- name: Create/Update Pull Request
uses: peter-evans/create-pull-request@v7
uses: peter-evans/create-pull-request@v8
with:
add-paths: |
Contents/Strings/*.po
Expand Down
Loading