Skip to content

Commit 0874cf9

Browse files
committed
Change FFs not supported log message
1 parent bc76cea commit 0874cf9

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

lib/analyze-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.

lib/autobuild-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.

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

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.

lib/setup-codeql-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.

lib/start-proxy-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.

lib/upload-sarif-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/feature-flags.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@ class GitHubFeatureFlags {
725725
// Do nothing when not running against github.com
726726
if (!supportsFeatureFlags(this.gitHubVersion.type)) {
727727
this.logger.debug(
728-
"Not running against github.com. Disabling all toggleable features.",
728+
"Not running against github.com. Using default values for all features.",
729729
);
730730
this.hasAccessedRemoteFeatureFlags = false;
731731
return {};

0 commit comments

Comments
 (0)