Skip to content

Commit cf6272b

Browse files
committed
Add testing trigger
1 parent e142eee commit cf6272b

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: "CodeQL action"
22

33
on:
44
push:
5-
branches: [main, releases/v*]
65
pull_request:
76
# Run checks on reopened draft PRs to support triggering PR checks on draft PRs that were opened
87
# by other workflows.

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

src/init-action.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ async function run(startedAt: Date) {
238238

239239
// Fetch the values of known repository properties that affect us.
240240
const repositoryOwnerType = getOptionalInput("repository-owner-type");
241-
logger.debug(
241+
logger.info(
242242
`Repository owner type is '${repositoryOwnerType ?? "unknown"}'.`,
243243
);
244244
const enableRepoProps =

0 commit comments

Comments
 (0)