github_actions_toolkit 0.0.2
github_actions_toolkit: ^0.0.2 copied to clipboard
Toolkit containing useful methods to build a GitHub Action with Dart.
Changelog #
0.0.2 #
- Newly created environment variables and paths are accessible to the running action.
- Incorrect workflow command parameters fixed.
- New getters
isDebugandgetState. - New getters for the default environment under
env. setErrorMessage,setWarningMessageandsetDebugMessagereplaced bylog.error,log.warningandlog.debuggroup,startGroupandendGroupmoved underlog.
0.0.1 #
- Initial version, created by Stagehand