Skip to content

Commit ae403bb

Browse files
committed
Less logging
1 parent b39e43d commit ae403bb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/index.js

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

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/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ async function run_repo(owner, repo, octokit) {
3232
continue;
3333
}
3434

35-
console.log(`Checking branch ${branchName} for workflows.`);
35+
debug(`Checking branch ${branchName} for workflows.`);
3636
let contents;
3737
try {
3838
contents = await octokit.rest.repos.getContent({

0 commit comments

Comments
 (0)