Skip to content

Commit

Permalink
removing logger
Browse files Browse the repository at this point in the history
  • Loading branch information
darpanLalwani committed Sep 23, 2024
1 parent 90ff21a commit ba05fb4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup-env/src/actionInput/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ class ActionInput {

async checkIfBStackReRun() {
// Using !! ensures that the function returns true or false, regardless of the input values.
core.info(`The variables set are: rerunAttempt - ${this.rerunAttempt}, runId - ${this.runId}, repository - ${this.repository}, githubToken - ${this.githubToken}`);
if (!this.rerunAttempt || !this.rerunAttempt > 1) {
return false;
}
Expand Down

0 comments on commit ba05fb4

Please sign in to comment.