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 0159736 commit aa48a17Copy full SHA for aa48a17
‎.github/workflows/Action-Test-Prerelease.yml‎
@@ -4,11 +4,6 @@ run-name: "Action-Test - [${{ github.event.pull_request.title }} #${{ github.eve
4
5
on:
6
workflow_dispatch:
7
- inputs:
8
- Prerelease:
9
- type: boolean
10
- default: false
11
- description: Use the prerelease version of GitHub PowerShell module.
12
13
concurrency:
14
group: ${{ github.workflow }}-${{ github.ref }}
@@ -28,4 +23,4 @@ jobs:
28
23
os: [ubuntu-latest, macos-latest, windows-latest]
29
24
with:
30
25
runs-on: ${{ matrix.os }}
31
- Prerelease: ${{ inputs.Prerelease }}
26
+ Prerelease: true
0 commit comments