File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 :
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 }}
You can’t perform that action at this time.
0 commit comments