We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27b3b65 commit 0387f55Copy full SHA for 0387f55
src/start-proxy-action.ts
@@ -110,7 +110,7 @@ async function run(startedAt: Date) {
110
const proxyLogFilePath = path.resolve(tempDir, "proxy.log");
111
core.saveState("proxy-log-file", proxyLogFilePath);
112
113
- // Initialise FFs, but only load them from disk if they are already available.
+ // Initialise FFs.
114
const repositoryNwo = getRepositoryNwo();
115
const gitHubVersion = await getGitHubVersion();
116
features = new Features(
0 commit comments