Releases: PSModule/GitHub-Script
Releases · PSModule/GitHub-Script
v1.5.0
🚀 New Feature: ErrorView Configuration
This release introduces a new feature to configure the PowerShell $ErrorView variable in the GitHub Action. This also sets the default to NormalView whereas the default in PowerShell is ConciseView. NormalView provides more information that would be great to get when troubleshooting errors in GitHub workflows. Users can still override this by adding their own settings in the provided script or using the input to set a different value when building actions or workflows.
Details
- Introduced the
ErrorViewinput inaction.yml, including its description, default value ('NormalView'), and marking it as optional. - The input is mapped to the new environment variable
PSMODULE_GITHUB_SCRIPT_INPUT_ErrorViewin theaction.ymlfile. - The environment variable is validated using wildcard matching against a predefined list of valid views, applies the matched view setting.
- Added a description for the new
ErrorViewoption in theREADME.mdfile. This option allows users to configure the$ErrorViewvariable using full or partial names of valid views.
v1.4.12
What's Changed
- 🩹 [Patch]: Update Action name to be that of the
Nameinput by Marius Storhaug (@MariusStorhaug) in #48
Full Changelog: v1...v1.4.12
v1.4.11
What's Changed
- 🚀 [Feature]: Add 'Name' input by Marius Storhaug (@MariusStorhaug) in #47
Full Changelog: v1...v1.4.11
v1.4.10
What's Changed
- 🩹 [Patch]: Enable reinstall of modules to ensure the correct version of
GitHubis installed by Marius Storhaug (@MariusStorhaug) in #46
Full Changelog: v1...v1.4.10
v1.4.9
What's Changed
- 🩹 [Patch]: Update default values for WorkingDirectory to be '.' by Marius Storhaug (@MariusStorhaug) in #45
Full Changelog: v1...v1.4.9
v1.4.8
What's Changed
- 🩹 [Patch]: Update scripts to output as strings by Marius Storhaug (@MariusStorhaug) in #44
Full Changelog: v1...v1.4.8
v1.4.7
What's Changed
- 🩹 [Patch]: Update environment variable prefixes for GitHub script inputs by Marius Storhaug (@MariusStorhaug) in #43
Full Changelog: v1...v1.4.7
v1.4.6
What's Changed
- 🩹 [Patch]: Fix
gh auth statusissue + add complex and actual use-case forSet-GitHubOutputby @MariusStorhaug in #41
Full Changelog: v1...v1.4.6
v1.4.5
What's Changed
- 🩹 [Patch]: Add try/finally blocks by Marius Storhaug (@MariusStorhaug) in #38
Full Changelog: v1...v1.4.5
v1.4.4
What's Changed
- 🩹 [Patch]: Add GH Auth status if not App context by Marius Storhaug (@MariusStorhaug) in #35
Full Changelog: v1...v1.4.4