- Fix error message reference in oidc utils #1511
saveState
andsetOutput
now use environment files if available #1178getMultilineInput
now correctly trims whitespace by default #1185
- Randomize delimiter when calling
core.exportVariable
- Added
toPosixPath
,toWin32Path
andtoPlatformPath
utilities #1102
- Update to v2.0.1 of
@actions/http-client
#1087
- Update to v2.0.0 of
@actions/http-client
- Deprecate
markdownSummary
extension export in favor ofsummary
- saveState and getState functions for wrapper tasks (on finally entry points that run post job)
- setSecret added to register a secret with the runner to be masked from the logs
- exportSecret which was not implemented and never worked was removed after clarification from product.
- Add support for action input variables with multiple spaces #127
- Switched ## commands to :: commands (should have no noticeable impact) [#110)(actions#110)
- Added helpers for
group
andendgroup
#98
- Initial release