Prepend newline for set-output (#772)

This commit is contained in:
eric sciple
2021-04-13 12:01:19 -05:00
committed by GitHub
parent 8afb976445
commit e76decaf8a
5 changed files with 12 additions and 5 deletions

View File

@@ -1,5 +1,8 @@
# @actions/core Releases
### 1.2.7
- [Prepend newline for set-output](https://github.com/actions/toolkit/pull/772)
### 1.2.6
- [Update `exportVariable` and `addPath` to use environment files](https://github.com/actions/toolkit/pull/571)