1
0
Fork 0

@actions/core 1.2.4 + release notes (#439)

pull/440/head
Thomas Boop 2020-04-30 09:48:16 -04:00 committed by GitHub
parent 57d20b4db4
commit 187d4aa625
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
# @actions/core Releases # @actions/core Releases
### 1.2.4
- [Be more lenient in accepting non-string command inputs](https://github.com/actions/toolkit/pull/405)
- [Add Echo commands](https://github.com/actions/toolkit/pull/411)
### 1.2.3 ### 1.2.3
- [IsDebug logging](README.md#logging) - [IsDebug logging](README.md#logging)

View File

@ -1,6 +1,6 @@
{ {
"name": "@actions/core", "name": "@actions/core",
"version": "1.2.3", "version": "1.2.4",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@actions/core", "name": "@actions/core",
"version": "1.2.3", "version": "1.2.4",
"description": "Actions core lib", "description": "Actions core lib",
"keywords": [ "keywords": [
"github", "github",