Skip to content

Commit

Permalink
Update transifex_rebase.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
WatchTheFort authored Oct 9, 2024
1 parent 65c5791 commit b007743
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/transifex_rebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,15 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
ref: transifex-synchronization-source
fetch-depth: 0

- name: Setup Git User
run: |
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config user.name "github-actions[bot]"
- name: Update English Source to Transifex
- name: Transifex Rebase
run: |
git fetch origin master
git checkout origin/master -- language/en
git add language/en
git commit -m "[Transifex] Update English source files"
git checkout transifex-synchronization-source
git reset origin/master --hard
git push origin transifex-synchronization-source --force

0 comments on commit b007743

Please sign in to comment.