Implement set-secret (#141)

* Implement set-secret

* Update RELEASES.md

* Feedback
This commit is contained in:
Danny McCormick
2019-09-18 14:25:05 -04:00
committed by GitHub
parent 6fcaac5046
commit 14d6a0a2d2
4 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,8 @@
# @actions/core Releases
### Unreleased
### 1.2.0
- set-secret is now available for use [#141](https://github.com/actions/toolkit/issues/141)
- Add support for action input variables with multiple spaces [#127](https://github.com/actions/toolkit/issues/127)
- Switched ## commands to :: commands (should have no noticeable impact) [#110)(https://github.com/actions/toolkit/pull/110)