Skip to content

1.1.0 Beta 3

Pre-release
Pre-release
Compare
Choose a tag to compare
@hugoalh hugoalh released this 14 Oct 04:25
· 334 commits to main since this release
  • ADD: Added parameter SegmentTimeout for function Restore-GitHubActionsCache
  • CHANGE: Fixed function Test-GitHubActionsEnvironment will still output the test result when parameter Mandatory was set and hard to omit
  • CHANGE: Fixed incorrect value from pipeline behaviours on functions Export-GitHubActionsArtifact and Save-GitHubActionsCache
  • CHANGE: Function Get-GitHubActionsWebhookEventPayload parameters Depth and NoEnumerate are deprecated, due to allow of setting these parameters maybe cause unexpected issues
  • CHANGE: Improved environment test process
  • CHANGE: Improved file system operations
  • CHANGE: Improved functions descriptions
  • CHANGE: Improved handling on environment variable PATH
  • CHANGE: Improved handling on file commands
  • CHANGE: Improved NodeJS wrapper API operations
  • CHANGE: Improved token generations
  • CHANGE: Reduced parameters validations on all of the NodeJS wrapper functions, which should done by the official toolkit
  • CHANGE: Updated NodeJS wrapper API dependency @actions/cache from v3.0.4 to v3.0.5
  • REMOVE: Removed unnecessary shebang and process control inside NodeJS wrapper API scripts