Skip to content

Commit 5e1157e

Browse files
🩹 [Patch]: Rename input from Preview to Prerelease in Action-Test workflow
1 parent 5dd10eb commit 5e1157e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ run-name: "Action-Test - [${{ github.event.pull_request.title }} #${{ github.eve
55
on:
66
workflow_dispatch:
77
inputs:
8-
Preview:
8+
Prerelease:
99
type: boolean
1010
default: false
11-
description: Use the preview version of GitHub PowerShell module.
11+
description: Use the prerelease version of GitHub PowerShell module.
1212
pull_request:
1313
schedule:
1414
- cron: '0 0 * * *'
@@ -31,4 +31,4 @@ jobs:
3131
os: [ubuntu-latest, macos-latest, windows-latest]
3232
with:
3333
runs-on: ${{ matrix.os }}
34-
Preview: ${{ inputs.Preview }}
34+
Prerelease: ${{ inputs.Prerelease }}

0 commit comments

Comments
 (0)