[auto] Update compiled version

This commit is contained in:
Federico Grandi
2019-12-10 20:10:39 +00:00
committed by Add & Commit GitHub Action
parent 33d0a0858a
commit d81e04e96c

1
lib/main.js Normal file
View File

@@ -0,0 +1 @@
"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)}