8000 Remove print debugging · github/codeql-action@30f279c · GitHub
[go: up one dir, main page]

Skip to content

Commit 30f279c

Browse files
committed
Remove print debugging
1 parent a6427b3 commit 30f279c

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

lib/init-action-post-helper.js

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/init-action-post-helper.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/init-action-post-helper.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import * as core from "@actions/core";
2-
31
import * as actionsUtil from "./actions-util";
42
import { getApiClient } from "./api-client";
53
import { getCodeQL } from "./codeql";
5EBE
@@ -184,7 +182,6 @@ export async function run(
184182
);
185183
}
186184

187-
core.info(`GITHUB_ACTOR is ${process.env["GITHUB_ACTOR"]}`);
188185
// We do not delete uploaded SARIFs if we're on a fork, as we're missing the
189186
// appropriate permissions.
190187
if (

0 commit comments

Comments
 (0)
0