mirror of
https://github.com/deployphp/action.git
synced 2025-06-29 20:54:14 +00:00
Mark job as failed on error (#14)
* fix: set failed on subprocess error * chore: update dependencies
This commit is contained in:
parent
1f9078ddea
commit
9eab20634f
39 changed files with 281 additions and 1118 deletions
24
node_modules/@actions/core/package.json
generated
vendored
24
node_modules/@actions/core/package.json
generated
vendored
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue