From 8acdaf94da5ac98832382441b77bca52dbab97c8 Mon Sep 17 00:00:00 2001 From: Johan Lorenzo Date: Mon, 18 Jul 2022 17:25:16 +0200 Subject: [PATCH] Bug 1779797 - part 4: Fix l10n bumps branch name --- .github/workflows/sync-strings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-strings.yml b/.github/workflows/sync-strings.yml index bf09b110d..5c4fa5490 100644 --- a/.github/workflows/sync-strings.yml +++ b/.github/workflows/sync-strings.yml @@ -39,6 +39,6 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} path: beta - branch: automation/sync-strings-${{ steps.fenix-beta-version.outputs.major-beta-version }} + branch: automation/sync-strings-${{ steps.fenix-beta-version.outputs.fenix-beta-version }} title: "Sync Strings from main to releases_${{steps.fenix-beta-version.outputs.fenix-beta-version}}.0" body: "This (automated) PR syncs strings from `main` to `releases_${{steps.fenix-beta-version.outputs.fenix-beta-version}}.0.0`"