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

Skip to content

Commit 0f8b25a

Browse files
committed
Remove print debugging
1 parent a6427b3 commit 0f8b25a

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@ export async function run(
184184
);
185185
}
186186

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

0 commit comments

Comments
 (0)
0