Skip to content

Commit d0e6451

Browse files
author
Irene Alvarado
committed
Remove authorization log
1 parent 157cd81 commit d0e6451

3 files changed

Lines changed: 1 addition & 3 deletions

File tree

dist/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ async function fetchHTTP(config) {
4242
}
4343
};
4444
const headers = config.authorization ? auth : {};
45-
core.info(JSON.stringify(headers));
4645
try {
4746
const response = await axios_1.default.get(config.http_url, {
4847
method: 'get',

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/backends/http.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ export default async function fetchHTTP(config: HTTPConfig): Promise<string> {
1313
}
1414
};
1515
const headers = config.authorization ? auth : {}
16-
core.info(JSON.stringify(headers));
1716

1817
try {
1918
const response = await axios.get(config.http_url, {

0 commit comments

Comments
 (0)