Skip to content

Commit

Permalink
Fix script name
Browse files Browse the repository at this point in the history
  • Loading branch information
Sporiff committed Nov 21, 2024
1 parent 5de565d commit b8f4e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fix_translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# Run the .mjs script to fix translations and format modified files
- name: Run translation fixes script
working-directory: .github/scripts
run: node fix_i18n.mjs
run: node fixTranslations.mjs

# Check for modified files
- name: Check for modified files
Expand Down

0 comments on commit b8f4e04

Please sign in to comment.