Skip to content

Commit e70e7ae

Browse files
committed
CLDR-18999 build-json typo fix
1 parent 8437b57 commit e70e7ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-json.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ on:
2121
required: true
2222
default: 'main'
2323
data-repo:
24-
description: Data (staging) repo to use
24+
description: 'Data (staging) repo to use (if "GENERATE", generate production data)'
2525
required: true
2626
default: 'unicode-org/cldr-staging'
2727
data-ref:
28-
description: 'Data (staging) ref/tag/branch to use (if "GENERATE", generate production data)'
28+
description: 'Data (staging) ref/tag/branch to use'
2929
required: true
3030
default: 'main'
3131
data-dir:
@@ -73,7 +73,7 @@ jobs:
7373
sparse-checkout: ${{ github.event.inputs.data-dir }}
7474
path: cldr-staging
7575
- name: Generate Production
76-
if: github.event.inputs.data-ref == 'GENERATE'
76+
if: github.event.inputs.data-repo == 'GENERATE'
7777
run: |
7878
cd cldr
7979
mkdir -p ../cldr-staging/${{ github.event.inputs.data-dir }}

0 commit comments

Comments
 (0)