Skip to content

Commit

Permalink
Merge pull request #4847 from newrelic/ru/patch-1
Browse files Browse the repository at this point in the history
chore: rename workflow file and yarn command
  • Loading branch information
rudouglas committed Nov 12, 2021
2 parents a82dbec + 9159b76 commit a537974
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
DB_CONNECTION_INFO: ${{ secrets.DB_CONNECTION_INFO }}

jobs:
get-slugs:
get-and-save-slugs:
name: Get and Save Slugs
runs-on: ubuntu-latest
if: github.event.pull_request.merged == true
Expand All @@ -40,4 +40,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
URL="https://api.github.com/repos/${GITHUB_REPOSITORY}/pulls/${{ github.event.pull_request.number }}/files"
yarn get-translated-files $URL
yarn add-files-to-translate $URL
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
"codemod": "node scripts/codemod.js",
"postinstall": "patch-package",
"extract-i18n": "i18next",
"get-translated-files": "node scripts/actions/add-files-to-translation-queue.js",
"add-files-to-translate": "node scripts/actions/add-files-to-translation-queue.js",
"check-for-outdated-translations": "node scripts/actions/check-for-outdated-translations.js",
"verify-mdx": "node scripts/verify_mdx.js"
},
Expand Down

0 comments on commit a537974

Please sign in to comment.