Skip to content

Releases: PSModule/Get-IssueFormData

v1.0.8

02 Jun 10:01
b125d01
Compare
Choose a tag to compare

🪲 [Fix]: Disable token on the script (#11)

Description

This pull request includes minor updates to the GitHub Action by disabling the logon functionality by providing an empty token.

Updates to GitHub Actions configuration:

  • action.yml: Added a default empty value for the Token parameter under with: to ensure that the action does not require.

Simplifications to PowerShell script:

  • scripts/main.ps1: Removed $PSStyle.OutputRendering = 'Ansi' to simplify the script and potentially avoid unnecessary styling configuration. This is included in the GitHub PowerShell module used via GitHub-Script.

v1.0.7

02 Mar 08:58
0cb61f9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1...v1.0.7

v1.0.6

01 Mar 09:39
70f5b12
Compare
Choose a tag to compare

What's Changed

  • 🩹 [Patch]: Fix path separator in action.yml for script execution by @MariusStorhaug in #9

Full Changelog: v1...v1.0.6

v1.0.5

16 Feb 13:59
e99a9e8
Compare
Choose a tag to compare

What's Changed

  • 🩹 [Patch]: Fix linting and git config, tests using Invoke-Pester action by @MariusStorhaug in #8

Full Changelog: v1...v1.0.5

v1.0.4

20 Jan 22:25
1cf0b56
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1...v1.0.4

v1.0.3

19 Jan 12:59
0e929c7
Compare
Choose a tag to compare

What's Changed

  • 📖 [Docs]: Add section for similar projects in README.md by @MariusStorhaug in #5

Full Changelog: v1...v1.0.3

v1.0.2

19 Jan 11:44
f6643ab
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1...v1.0.2

v1.0.1

19 Jan 10:52
453d090
Compare
Choose a tag to compare

What's Changed

  • 🩹 [Patch]: Add nightly run to validate that functionality still works by @MariusStorhaug in #3

Full Changelog: v1...v1.0.1

v1.0.0

07 Aug 09:24
c13c5a1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0...v1.0.0

v0.0.1

07 Aug 08:53
a5c74a7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/PSModule/Get-IssueFormData/commits/v0.0.1