Skip to content

Commit

Permalink
add manual running crowdin action
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiebeler committed Jan 26, 2025
1 parent 69a78fc commit 28db24b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Crowdin Action
on:
push:
branches: [ dev ]
workflow_dispatch:

jobs:
synchronize-with-crowdin:
Expand All @@ -23,6 +24,7 @@ jobs:
pull_request_title: 'New Crowdin Translations'
pull_request_body: 'New Crowdin translations by [Crowdin GH Action](https://github.com/crowdin/github-action)'
pull_request_base_branch_name: 'dev'
pull_request_assignees: 'crowdin-bot'
env:
# A classic GitHub Personal Access Token with the 'repo' scope selected (the user should have write access to the repository).
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 28db24b

Please sign in to comment.