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 80d9081 commit 97e59c2Copy full SHA for 97e59c2
.github/workflows/pr.yml
@@ -50,7 +50,7 @@ jobs:
50
with:
51
vmImage: windows-2022
52
rnwVersion: ${{ matrix.rnwVersion }}
53
- useRnwWindowsInit: ${{ matrix.useRnwWindowsInit }}
+ useRnwWindowsInit: ${{ matrix.useRnwWindowsInit == true }}
54
55
call-buildnpmpackage:
56
name: Build NPM Package
.github/workflows/template-testcli.yml
@@ -59,7 +59,7 @@ jobs:
59
working-directory: ../testrnx
60
61
- name: react-native init-windows
62
- if: ${{ ! inputs.useRnwWindowsInit }}
+ if: ${{ !inputs.useRnwWindowsInit }}
63
run: |
64
Write-Host "Using react-native-windows@$Env:RNW_VERSION"
65
yarn add react-native-windows@$Env:RNW_VERSION
0 commit comments