Skip to content

Commit bcc23e9

Browse files
authored
spelling: github (#163)
Signed-off-by: Josh Soref <[email protected]>
1 parent fbdc4aa commit bcc23e9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ A clear and concise description of what the bug is.
1212

1313
**To Reproduce**
1414
Steps to reproduce the behavior:
15-
1. Crowdin Github Action configuration
15+
1. Crowdin GitHub Action configuration
1616
2. `crowdin.yml` file content
1717
3. Information about workflow (OS, steps, etc.)
1818

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ In case you don’t want to download translations from Crowdin (`download_transl
103103
skip_untranslated_files: true
104104
export_only_approved: true
105105
push_translations: true
106-
commit_message: 'New Crowdin translations by Github Action'
106+
commit_message: 'New Crowdin translations by GitHub Action'
107107
# this can be used to pass down any supported argument of the `download translations` cli command, e.g.
108108
download_translations_args: '--all --skip-untranslated-strings'
109109

@@ -186,7 +186,7 @@ When the workflow runs, the real values of your token and project ID will be inj
186186
If you want to contribute please read the [Contributing](/CONTRIBUTING.md) guidelines.
187187

188188
## Seeking Assistance
189-
If you find any problems or would like to suggest a feature, please feel free to file an issue on Github at [Issues Page](https://github.com/crowdin/github-action/issues).
189+
If you find any problems or would like to suggest a feature, please feel free to file an issue on GitHub at [Issues Page](https://github.com/crowdin/github-action/issues).
190190

191191
Need help working with Crowdin GitHub Action or have any questions?
192192
[Contact Customer Success Service](https://crowdin.com/contacts).

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ inputs:
6464
required: false
6565
commit_message:
6666
description: 'Commit message for download translations'
67-
default: 'New Crowdin translations by Github Action'
67+
default: 'New Crowdin translations by GitHub Action'
6868
required: false
6969
localization_branch_name:
7070
description: 'To download translations to the specified version branch'
@@ -76,7 +76,7 @@ inputs:
7676
required: false
7777
pull_request_title:
7878
description: 'The title of the new pull request'
79-
default: 'New Crowdin translations by Github Action'
79+
default: 'New Crowdin translations by GitHub Action'
8080
required: false
8181
pull_request_body:
8282
description: 'The contents of the pull request'

0 commit comments

Comments
 (0)