v1.6.3
🩹 [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
: Removed the file entirely, consolidating its functionality into the mainAction-Test.yml
workflow..github/workflows/Action-Test.yml
: Added a newPrerelease
input parameter to theworkflow_dispatch
event, allowing users to specify whether to use the prerelease version of the GitHub PowerShell module..github/workflows/Action-Test.yml
: Updated thejobs
section to pass thePrerelease
input parameter to the workflow, ensuring compatibility with the consolidated functionality.
Type of change
- 📖 [Docs]
- 🪲 [Fix]
- 🩹 [Patch]
-
⚠️ [Security fix] - 🚀 [Feature]
- 🌟 [Breaking change]
Checklist
- I have performed a self-review of my own code
- I have commented my code, particularly in hard-to-understand areas