fix(tools): use correct branch name (#41369)

This commit is contained in:
Nicholas Carrigan (he/him)
2021-03-04 20:30:38 -08:00
committed by GitHub
parent 269209e7c3
commit 1b93a749ba

View File

@ -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.'