Skip to content

Commit 05c3d44

Browse files
Merge remote-tracking branch 'origin' into philimon/normalize_regional_phone_fix
2 parents 77e5a25 + e71a14f commit 05c3d44

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/check-beta.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
outputs:
1515
win_reportable: ${{ steps.reportable.outputs.win }}
1616
mac_reportable: ${{ steps.reportable.outputs.mac }}
17-
mac_l10n_reportable: ${{ steps.reportable.outputs.mac_l10n }}
18-
win_l10n_reportable: ${{ steps.reportable.outputs.win_l10n }}
19-
linux_l10n_reportable: ${{ steps.reportable.outputs.linux_l10n }}
17+
mac_l10n_reportable: ${{ steps.l10n-reportable.outputs.mac_l10n }}
18+
win_l10n_reportable: ${{ steps.l10n-reportable.outputs.win_l10n }}
19+
linux_l10n_reportable: ${{ steps.l10n-reportable.outputs.linux_l10n }}
2020
steps:
2121
- name: Checkout repository
2222
uses: actions/checkout@v4
@@ -83,4 +83,4 @@ jobs:
8383
uses: ./.github/workflows/l10n.yml
8484
with:
8585
job_to_run: L10N-Linux
86-
secrets: inherit
86+
secrets: inherit

0 commit comments

Comments
 (0)