Skip to content

Commit 59a3f42

Browse files
committed
Fix branch variable name in translation workflow
1 parent b6cd452 commit 59a3f42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/translation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
'+refs/heads/${{
3636
env.I18N_BRANCH
3737
}}:refs/remotes/origin/${{
38-
env.SRC_BRANCH
38+
env.I18N_BRANCH
3939
}}'
4040
4141
git checkout -B '${{ env.I18N_BRANCH }}' \

0 commit comments

Comments
 (0)