Skip to content

Commit

Permalink
Fetch update-i18n in GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
int-y1 authored and quantum5 committed Mar 7, 2022
1 parent 9d29b04 commit c93db56
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/updatemessages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Python 3.7
uses: actions/setup-python@v1
with:
Expand Down Expand Up @@ -65,6 +67,7 @@ jobs:
run: |
set -eu
i18n_head=$(git rev-parse --verify -q origin/update-i18n || echo "HEAD")
echo "Comparing against: $i18n_head"
while IFS= read -r -d $'\0' file; do
if git diff -s --exit-code "$file"; then
continue
Expand Down

0 comments on commit c93db56

Please sign in to comment.