We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9bb68c commit 4443dd5Copy full SHA for 4443dd5
.github/workflows/template-testcli.yml
@@ -54,7 +54,7 @@ jobs:
54
working-directory: ../testrnx
55
56
- name: add Windows (RNW via ${{ inputs.useRnwNuGet && 'NuGet' || 'Source' }})
57
- run: npx --yes react-native init-windows --overwrite
+ run: npx --yes ${{ inputs.rnwVersion == '0.72-stable' && 'react-native-windows-init' || 'react-native init-windows'}} --overwrite
58
59
60
- name: link react-native-xaml
0 commit comments