Skip to content

Commit c38d6f6

Browse files
🩹 [Patch]: Ensure Prerelease input defaults to false in Action-Test workflow
1 parent 506569f commit c38d6f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/Action-Test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
os: [ubuntu-latest, macos-latest, windows-latest]
3232
with:
3333
runs-on: ${{ matrix.os }}
34-
Prerelease: ${{ inputs.Prerelease }}
34+
Prerelease: ${{ inputs.Prerelease || false }}

0 commit comments

Comments
 (0)