Skip to content
2 changes: 1 addition & 1 deletion .github/workflows/Action-Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]
with:
runs-on: ${{ matrix.os }}
Prerelease: ${{ inputs.Prerelease }}
Prerelease: ${{ inputs.Prerelease || false }}
Loading