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`"