Skip to content

Commit

Permalink
fix: naming
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseRFelix committed Jan 9, 2024
1 parent fcfa068 commit 8c37932
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/push-localization.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Push a new commit with inline localization on cms files
name: Push a new commit with inline translations on cms files

on:
push:
Expand All @@ -7,7 +7,7 @@ on:
- main

jobs:
commit-inline-localization:
commit-inline-translations:
runs-on: ubuntu-latest

permissions:
Expand All @@ -26,7 +26,7 @@ jobs:
- name: Install dependencies
run: yarn install --frozen-lockfile

- name: Add inline localization
run: yarn inline-localization
- name: Add inline translations
run: yarn inline-translations

- uses: stefanzweifel/git-auto-commit-action@v5

0 comments on commit 8c37932

Please sign in to comment.