Skip to content

v1.0.8

Choose a tag to compare

@github-actions github-actions released this 02 Jun 10:01
· 4 commits to main since this release
b125d01

🪲 [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.