Skip to content

Commit b583b08

Browse files
committed
remove line change
1 parent 5607d73 commit b583b08

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

dist/index.js

+2-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/index.ts

+2-3
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ import * as core from "@actions/core";
5252
core.setSecret(secret.Value);
5353
});
5454

55-
console.log("\n\nSuccessfully set secrets!");
55+
console.log("\nSuccessfully set secrets!");
5656
var response = await _http.del(url, additionalHeaders);
5757
if (response.message.statusCode === 200) {
5858
console.log("Successfully cleared secrets");
@@ -61,7 +61,6 @@ import * as core from "@actions/core";
6161
} else {
6262
console.log("\x1b[32m%s\x1b[0m","Visit this URL to input secrets:");
6363
console.log(secretUrl);
64-
console.log("\n")
6564

6665
await sleep(9000);
6766
}
@@ -75,7 +74,7 @@ import * as core from "@actions/core";
7574
} else {
7675
let body: string = await response.readBody();
7776
if (body !== "Token used before issued") {
78-
console.log(`\n\nresponse: ${body}`);
77+
console.log(`\nresponse: ${body}`);
7978
break;
8079
}
8180
}

0 commit comments

Comments
 (0)