You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `push_translations` | Push downloaded translations to the branch | `true` (default) |
140
+
| `push_sources` | Push downloaded sources to the branch | `true` (default) |
141
+
| `localization_branch_name` | The name of the git branch that Crowdin will create when pushing translations or sources | `l10n_crowdin_action` (default) |
142
+
| `commit_message` | The commit message for the pushed changes | `New Crowdin translations by GitHub Action` (default) |
143
+
| `create_pull_request` | Specifies whether to create a pull request with the translations | `true` (default) |
144
+
| `pull_request_title` | The pull request title | `New Crowdin translations by GitHub Action` (default) |
145
+
| `pull_request_body` | The pull request body | `New Crowdin pull request with translations` |
| `pull_request_assignees` | The pull request assignees | `crowdin-bot` |
148
+
| `pull_request_reviewers` | The pull request reviewers | `user-reviewer` |
149
+
| `pull_request_team_reviewers` | The pull request team reviewers | `team-reviewer` |
150
+
| `pull_request_base_branch_name` | The git branch name to with pull request will be created. If not specified, the default branch is used | `main` |
151
+
| `skip_ref_checkout` | Skip the default git checkout on `GITHUB_REF` if you need to checkout multiple branches in a single workflow | `false` (default) |
| `github_base_url` | Option to configure the base URL of GitHub server, if using GitHub Enterprise | `github.com` |
165
+
| `github_base_url` | Option to configure the base URL of GitHub server, if using GitHub Enterprise | `github.com` (default) |
166
166
| `github_api_base_url` | Options to configure the base URL of GitHub server for API requests, if using GHE and different from `api.github_base_url` | `api.[github_base_url]` |
167
-
| `github_user_name` | Option to configure GitHub user name on commits | `Crowdin Bot` |
168
-
| `github_user_email` | Option to configure GitHub user email on commits | `[email protected]` |
167
+
| `github_user_name` | Option to configure GitHub user name on commits | `Crowdin Bot` (default) |
168
+
| `github_user_email` | Option to configure GitHub user email on commits | `[email protected]` (default) |
169
169
| `gpg_private_key` | GPG private key in ASCII-armored format | `${{ secrets.GPG_PRIVATE_KEY }}` |
170
170
| `gpg_passphrase` | The passphrase for the ASCII-armored key | `${{ secrets.GPG_PASSPHRASE }}` |
0 commit comments