Files
add-and-commit/lib/main.js
2019-12-10 20:10:39 +00:00

1 line
472 B
JavaScript

"use strict";var __importStar=this&&this.__importStar||function(a){if(a&&a.__esModule)return a;var b={};if(null!=a)for(var c in a)Object.hasOwnProperty.call(a,c)&&(b[c]=a[c]);return b["default"]=a,b};Object.defineProperty(exports,"__esModule",{value:!0});const core=__importStar(require("@actions/core")),exec=__importStar(require("@actions/exec")),cwd=process.env.GITHUB_WORKSPACE||"/github/workspace";try{exec.exec("./entrypoint.sh",[],{cwd})}catch(a){core.setFailed(a)}