Skip to content

Merge pull request #9757 from DestinyItemManager/vendor-reward #187

Merge pull request #9757 from DestinyItemManager/vendor-reward

Merge pull request #9757 from DestinyItemManager/vendor-reward #187

Workflow file for this run

name: i18n-update
on:
push:
branches: [master]
paths:
- 'config/i18n.json'
- 'src/locale/en.json'
jobs:
i18n-update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 3
token: ${{ secrets.I18N_PAT }}
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18.x
cache: yarn
- name: Install
run: yarn install --frozen-lockfile --prefer-offline
- name: yarn i18n
run: yarn i18n
- name: Commit files
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Apply i18n updates