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 506569f commit c38d6f6Copy full SHA for c38d6f6
‎.github/workflows/Action-Test.yml
@@ -31,4 +31,4 @@ jobs:
31
os: [ubuntu-latest, macos-latest, windows-latest]
32
with:
33
runs-on: ${{ matrix.os }}
34
- Prerelease: ${{ inputs.Prerelease }}
+ Prerelease: ${{ inputs.Prerelease || false }}
0 commit comments