We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90ff21a commit ba05fb4Copy full SHA for ba05fb4
setup-env/src/actionInput/index.js
@@ -82,7 +82,6 @@ class ActionInput {
82
83
async checkIfBStackReRun() {
84
// Using !! ensures that the function returns true or false, regardless of the input values.
85
- core.info(`The variables set are: rerunAttempt - ${this.rerunAttempt}, runId - ${this.runId}, repository - ${this.repository}, githubToken - ${this.githubToken}`);
86
if (!this.rerunAttempt || !this.rerunAttempt > 1) {
87
return false;
88
}
0 commit comments