Update @actions/exec to 1.1.0 (#834)

This commit is contained in:
Luke Tomlinson
2021-06-07 10:09:34 -04:00
committed by GitHub
parent db21627995
commit bf4ce74a0f
3 changed files with 8 additions and 2 deletions
+6
View File
@@ -1,5 +1,11 @@
# @actions/exec Releases
### 1.1.0
- [Fix stdline dropping large output](https://github.com/actions/toolkit/pull/773)
- [Add getExecOutput function](https://github.com/actions/toolkit/pull/814)
- [Better error for bad cwd](https://github.com/actions/toolkit/pull/793)
### 1.0.3
- [Add \"types\" to package.json](https://github.com/actions/toolkit/pull/221)