Mark job as failed on error (#14)

* fix: set failed on subprocess error

* chore: update dependencies
This commit is contained in:
Andrei Ioniță 2021-06-20 08:35:43 +01:00 committed by GitHub
commit 9eab20634f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
39 changed files with 281 additions and 1118 deletions

View file

@ -1,29 +1,29 @@
{
"_from": "@actions/core",
"_id": "@actions/core@1.2.6",
"_from": "@actions/core@1.2.7",
"_id": "@actions/core@1.2.7",
"_inBundle": false,
"_integrity": "sha512-ZQYitnqiyBc3D+k7LsgSBmMDVkOVidaagDG7j3fOym77jNunWRuYx7VSHa9GNfFZh+zh61xsCjRj4JxMZlDqTA==",
"_integrity": "sha512-kzLFD5BgEvq6ubcxdgPbRKGD2Qrgya/5j+wh4LZzqT915I0V3rED+MvjH6NXghbvk1MXknpNNQ3uKjXSEN00Ig==",
"_location": "/@actions/core",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"type": "version",
"registry": true,
"raw": "@actions/core",
"raw": "@actions/core@1.2.7",
"name": "@actions/core",
"escapedName": "@actions%2fcore",
"scope": "@actions",
"rawSpec": "",
"rawSpec": "1.2.7",
"saveSpec": null,
"fetchSpec": "latest"
"fetchSpec": "1.2.7"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/@actions/core/-/core-1.2.6.tgz",
"_shasum": "a78d49f41a4def18e88ce47c2cac615d5694bf09",
"_spec": "@actions/core",
"_where": "/Users/anton/dev/action",
"_resolved": "https://registry.npmjs.org/@actions/core/-/core-1.2.7.tgz",
"_shasum": "594f8c45b213f0146e4be7eda8ae5cf4e198e5ab",
"_spec": "@actions/core@1.2.7",
"_where": "/Users/andrei/Projects/forks/deployphp-action",
"bugs": {
"url": "https://github.com/actions/toolkit/issues"
},
@ -64,5 +64,5 @@
"tsc": "tsc"
},
"types": "lib/core.d.ts",
"version": "1.2.6"
"version": "1.2.7"
}