Skip to content

Commit

Permalink
Update sync-locale-files-manually.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mubashirkamran4 authored Sep 29, 2022
1 parent 3c84093 commit 86d170b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sync-locale-files-manually.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: sync-locale-files-manually
on:
workflow_dispatch:

branches: [development_in_progress]
jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -18,7 +18,7 @@ jobs:
destination-repository-name: 'LIRE'
user-email: [email protected]
commit-message: See ORIGIN_COMMIT from $GITHUB_REF
target-branch: master
target-branch: dev
target-directory: config/locales/
- name: Pushes to another repository manually on frontend
uses: cpina/github-action-push-to-another-repository@main
Expand All @@ -30,5 +30,5 @@ jobs:
destination-repository-name: 'LIRE'
user-email: [email protected]
commit-message: See ORIGIN_COMMIT from $GITHUB_REF
target-branch: master
target-branch: dev
target-directory: app/javascript/i18n/

0 comments on commit 86d170b

Please sign in to comment.