Skip to content

Commit

Permalink
Update token-translator.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
erik-lindsay authored Nov 9, 2023
1 parent e9d1a1f commit 2113409
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/token-translator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,15 @@ jobs:
run: |
echo Add other actions to build,
echo test, and deploy your project.
# Run token-transformer
- name: Install token-transformer
run: npm install token-transformer
working-directory: ./token-translation

- name: Run token-transformer
run: npx token-transformer tokens/tokens.json tokens/transformed-tokens.json
working-directory: ./token-translation

- name: Commit changes
uses: EndBug/add-and-commit@v9

0 comments on commit 2113409

Please sign in to comment.