Try forcing the commit

This commit is contained in:
Tom Hu
2021-03-08 18:42:16 -05:00
parent ca774cf8f0
commit 482a90585e
4 changed files with 18 additions and 3 deletions

13
dist/index.js vendored
View File

@@ -42756,7 +42756,13 @@ strategies.HTTPOrNetworkError = __webpack_require__(951)(strategies.HTTPError, s
/***/ }),
/* 690 */,
/* 690 */
/***/ (function(module) {
module.exports = eval("require")("@actions/github");
/***/ }),
/* 691 */
/***/ (function(module) {
@@ -54091,6 +54097,8 @@ function write(key, options) {
exports.__esModule = true;
var core = __webpack_require__(470);
var github = __webpack_require__(690);
var context = github.context;
var isTrue = function (variable) {
var lowercase = variable.toLowerCase();
return (lowercase === '1' ||
@@ -54213,6 +54221,9 @@ var buildExec = function () {
if (overrideCommit) {
execArgs.push('-C', "" + overrideCommit);
}
else {
execArgs.push('-C', "" + context.sha);
}
if (overridePr) {
execArgs.push('-P', "" + overridePr);
}