File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
outputs :
15
15
win_reportable : ${{ steps.reportable.outputs.win }}
16
16
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 }}
20
20
steps :
21
21
- name : Checkout repository
22
22
uses : actions/checkout@v4
83
83
uses : ./.github/workflows/l10n.yml
84
84
with :
85
85
job_to_run : L10N-Linux
86
- secrets : inherit
86
+ secrets : inherit
You can’t perform that action at this time.
0 commit comments