mirror of
https://github.com/status-im/actions-hugo.git
synced 2025-03-03 22:00:42 +00:00
Refactoring * feat: Add reject to Promise * feat: Add printing inputs * feat: Add error handling to getLatestVersion() * feat: show version of Hugo, Go, and Git (Close #23) * refactor: Get the latest version from Homebrew (Close #26) * refactor: enhance error message of promise reject Enhancement for workflow * gha: Add deps (test-prod job needs test job) * gha: Fix matrix testing * gha: comment out Build production step * gha: remove Dump step Update README * docs: update readme
67 lines
1.6 KiB
JSON
67 lines
1.6 KiB
JSON
{
|
|
"_from": "@actions/exec",
|
|
"_id": "@actions/exec@1.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-nvFkxwiicvpzNiCBF4wFBDfnBvi7xp/as7LE1hBxBxKG2L29+gkIPBiLKMVORL+Hg3JNf07AKRfl0V5djoypjQ==",
|
|
"_location": "/@actions/exec",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "@actions/exec",
|
|
"name": "@actions/exec",
|
|
"escapedName": "@actions%2fexec",
|
|
"scope": "@actions",
|
|
"rawSpec": "",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/",
|
|
"/@actions/tool-cache"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@actions/exec/-/exec-1.0.1.tgz",
|
|
"_shasum": "1624b541165697e7008d7c87bc1f69f191263c6c",
|
|
"_spec": "@actions/exec",
|
|
"_where": "/Users/iris/Documents/repos/github.com/peaceiris/actions-hugo",
|
|
"bugs": {
|
|
"url": "https://github.com/actions/toolkit/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Actions exec lib",
|
|
"devDependencies": {
|
|
"@actions/io": "^1.0.1"
|
|
},
|
|
"directories": {
|
|
"lib": "lib",
|
|
"test": "__tests__"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"gitHead": "a2ab4bcf78e4f7080f0d45856e6eeba16f0bbc52",
|
|
"homepage": "https://github.com/actions/toolkit/tree/master/packages/exec",
|
|
"keywords": [
|
|
"github",
|
|
"actions",
|
|
"exec"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/exec.js",
|
|
"name": "@actions/exec",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/actions/toolkit.git"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: run tests from root\" && exit 1",
|
|
"tsc": "tsc"
|
|
},
|
|
"version": "1.0.1"
|
|
}
|