From 28794e4f63574a4e25879802612333b9964f9a7b Mon Sep 17 00:00:00 2001 From: Gabriel Luong Date: Thu, 27 Oct 2022 12:01:48 -0400 Subject: [PATCH] Bug 1786793 - Bump sync-strings-action to 1.0.3 This fixes the path to the strings xml in the sync-strings-action script that was required due to https://github.com/mozilla-mobile/firefox-android/commit/293174cb840491681de4c512f8140f33ae05e60e --- mobile/android/.github/workflows/sync-strings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/android/.github/workflows/sync-strings.yml b/mobile/android/.github/workflows/sync-strings.yml index 15ed67e77328..f83168be35a8 100644 --- a/mobile/android/.github/workflows/sync-strings.yml +++ b/mobile/android/.github/workflows/sync-strings.yml @@ -31,7 +31,7 @@ jobs: path: work ref: "releases/${{ steps.ac-version-for-fenix-beta.outputs.major-ac-version }}.0" - name: "Sync Strings" - uses: mozilla-mobile/sync-strings-action@1.0.2 + uses: mozilla-mobile/sync-strings-action@1.0.3 with: src: main dst: work -- 2.11.4.GIT