Skip to content

Releases: PSModule/GitHub-Script

v1.5.0

26 Apr 09:38
d5ee054

Choose a tag to compare

🚀 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 ErrorView input in action.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_ErrorView in the action.yml file.
  • 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 ErrorView option in the README.md file. This option allows users to configure the $ErrorView variable using full or partial names of valid views.

v1.4.12

23 Mar 14:42
23bc6b9

Choose a tag to compare

What's Changed

Full Changelog: v1...v1.4.12

v1.4.11

23 Mar 13:10
e099f88

Choose a tag to compare

What's Changed

Full Changelog: v1...v1.4.11

v1.4.10

20 Mar 18:58
ab5198a

Choose a tag to compare

What's Changed

Full Changelog: v1...v1.4.10

v1.4.9

09 Mar 16:09
3dd6874

Choose a tag to compare

What's Changed

Full Changelog: v1...v1.4.9

v1.4.8

01 Mar 21:42
7f22b12

Choose a tag to compare

What's Changed

Full Changelog: v1...v1.4.8

v1.4.7

27 Feb 11:21
fe43ffe

Choose a tag to compare

What's Changed

Full Changelog: v1...v1.4.7

v1.4.6

25 Feb 09:21
530913e

Choose a tag to compare

What's Changed

  • 🩹 [Patch]: Fix gh auth status issue + add complex and actual use-case for Set-GitHubOutput by @MariusStorhaug in #41

Full Changelog: v1...v1.4.6

v1.4.5

22 Feb 12:42
bbb4e4e

Choose a tag to compare

What's Changed

Full Changelog: v1...v1.4.5

v1.4.4

17 Feb 21:20
18e354f

Choose a tag to compare

What's Changed

Full Changelog: v1...v1.4.4