Commit 506569f
authored
🩹 [Patch]: Add Prerelease input option to Action-Test workflow (#57)
## Description
This pull request updates the GitHub Actions workflow configuration for
testing. The main changes include removing the
`Action-Test-Prerelease.yml` file and integrating its functionality into
the `Action-Test.yml` file by introducing a new `Prerelease` input
parameter.
### Workflow configuration updates:
*
[`.github/workflows/Action-Test-Prerelease.yml`](diffhunk://#diff-b5194b0e3305a1cd2a92e3524b1d419f9f3b4ee3d039158dcf12a513a3455953L1-L26):
Removed the file entirely, consolidating its functionality into the main
`Action-Test.yml` workflow.
*
[`.github/workflows/Action-Test.yml`](diffhunk://#diff-a12ae5c885b0673c0ff6f70c2670886907590d624626e07da4c52e01aeaf56a4R7-R11):
Added a new `Prerelease` input parameter to the `workflow_dispatch`
event, allowing users to specify whether to use the prerelease version
of the GitHub PowerShell module.
*
[`.github/workflows/Action-Test.yml`](diffhunk://#diff-a12ae5c885b0673c0ff6f70c2670886907590d624626e07da4c52e01aeaf56a4R34):
Updated the `jobs` section to pass the `Prerelease` input parameter to
the workflow, ensuring compatibility with the consolidated
functionality.
## Type of change
<!-- Use the check-boxes [x] on the options that are relevant. -->
- [ ] 📖 [Docs]
- [x] 🪲 [Fix]
- [ ] 🩹 [Patch]
- [ ] 1 parent 4463abf commit 506569f
File tree
2 files changed
+6
-26
lines changed- .github/workflows
2 files changed
+6
-26
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
7 | 12 | | |
8 | 13 | | |
9 | 14 | | |
| |||
26 | 31 | | |
27 | 32 | | |
28 | 33 | | |
| 34 | + | |
0 commit comments