diff --git a/dist/index.js b/dist/index.js index 8c4e64e..9f098cb 100644 --- a/dist/index.js +++ b/dist/index.js @@ -23696,7 +23696,7 @@ module.exports = class Shamshir { this._repo = core.getInput('repo').split('/')[1] this._label = core.getInput('label') this._quorum = core.getInput('quorum') - this._mode = false + this._mode = "live" } else { // TODO: error-handing, TBD // Neither stand-alone nor github actions diff --git a/src/shamshir.js b/src/shamshir.js index 2c3e248..d06fead 100644 --- a/src/shamshir.js +++ b/src/shamshir.js @@ -24,7 +24,7 @@ module.exports = class Shamshir { this._repo = core.getInput('repo').split('/')[1] this._label = core.getInput('label') this._quorum = core.getInput('quorum') - this._mode = false + this._mode = "live" } else { // TODO: error-handing, TBD // Neither stand-alone nor github actions