v1.0.8
🪲 [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 theToken
parameter underwith:
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 theGitHub
PowerShell module used viaGitHub-Script
.