mirror of https://github.com/actions/toolkit
@actions/core 1.2.4 + release notes (#439)
parent
57d20b4db4
commit
187d4aa625
|
@ -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)
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue