Skip to content

Commit aa48a17

Browse files
🩹 [Patch]: Remove Prerelease input from Action-Test-Prerelease workflow and set it to true by default
1 parent 0159736 commit aa48a17

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

‎.github/workflows/Action-Test-Prerelease.yml‎

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ run-name: "Action-Test - [${{ github.event.pull_request.title }} #${{ github.eve
44

55
on:
66
workflow_dispatch:
7-
inputs:
8-
Prerelease:
9-
type: boolean
10-
default: false
11-
description: Use the prerelease version of GitHub PowerShell module.
127

138
concurrency:
149
group: ${{ github.workflow }}-${{ github.ref }}
@@ -28,4 +23,4 @@ jobs:
2823
os: [ubuntu-latest, macos-latest, windows-latest]
2924
with:
3025
runs-on: ${{ matrix.os }}
31-
Prerelease: ${{ inputs.Prerelease }}
26+
Prerelease: true

0 commit comments

Comments
 (0)