fix(tools): use correct branch name (#41369)
This commit is contained in:
committed by
GitHub
parent
269209e7c3
commit
1b93a749ba
@ -93,7 +93,7 @@ jobs:
|
||||
const PR = await github.pulls.create({
|
||||
owner: 'freeCodeCamp',
|
||||
repo: 'freeCodeCamp',
|
||||
head: 'i18n-sync-learn',
|
||||
head: 'i18n-sync-client',
|
||||
base: 'main',
|
||||
title: 'chore(i18n,client): processed translations',
|
||||
body: 'This PR was opened auto-magically by Crowdin.'
|
||||
|
Reference in New Issue
Block a user