Skip to content

Commit

Permalink
chore: Add url to outdated i18n job
Browse files Browse the repository at this point in the history
  • Loading branch information
LizBaker committed Jun 15, 2021
1 parent 07295b1 commit 4f9b064
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/validate-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,6 @@ jobs:
run: yarn install --frozen-lockfile

- name: check for outdated localized files
run: yarn check-for-outdated-translations
run: |
URL="https://api.github.com/repos/${GITHUB_REPOSITORY}/pulls/${{ github.event.pull_request.number }}/files"
yarn check-for-outdated-translations $URL

0 comments on commit 4f9b064

Please sign in to comment.