prep for actions core 1.3.0 release (#816)

This commit is contained in:
Thomas Boop
2021-05-21 09:19:53 -04:00
committed by GitHub
parent 0d74e9080a
commit 566ea66979
3 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
# @actions/core Releases
### 1.3.0
- [Added the trimWhitespace option to getInput](https://github.com/actions/toolkit/pull/802)
- [Added the getBooleanInput function](https://github.com/actions/toolkit/pull/725)
### 1.2.7
- [Prepend newline for set-output](https://github.com/actions/toolkit/pull/772)