Skip to content

Commit f5162b0

Browse files
committed
Remove backticks from PR message
1 parent 805514f commit f5162b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-translations-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
language_name=$(../automations/scripts/get_language_name.sh ${{ github.event.inputs.language_code }})
4747
gh pr create --base main --head ${{ env.BRANCH_NAME }} --title "Update translations for $language_name" \
4848
--body "This PR to update translations for $language_name was generated by the GitHub workflow, \
49-
`auto-translations-pr.yml` and includes all commits from this repo's Crowdin branch for the language \
49+
auto-translations-pr.yml and includes all commits from this repo's Crowdin branch for the language \
5050
of interest. A final check of the rendered docs is needed to identify if there are any formatting \
5151
errors due to incorrect string segmentation by Crowdin. If there are such formatting errors, they \
5252
should be fixed directly on this branch, not through Crowdin."

0 commit comments

Comments
 (0)