Skip to content

Commit ba05fb4

Browse files
committed
removing logger
1 parent 90ff21a commit ba05fb4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup-env/src/actionInput/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ class ActionInput {
8282

8383
async checkIfBStackReRun() {
8484
// 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}`);
8685
if (!this.rerunAttempt || !this.rerunAttempt > 1) {
8786
return false;
8887
}

0 commit comments

Comments
 (0)