mirror of
https://github.com/github/codeql-action.git
synced 2026-04-29 02:18:47 +00:00
Improve variable names and comments
Also set default `GITHUB_EVENT_NAME` in `setupActionsVars`
This commit is contained in:
@@ -145,6 +145,7 @@ export function setupActionsVars(tempDir: string, toolsDir: string) {
|
||||
process.env["RUNNER_TEMP"] = tempDir;
|
||||
process.env["RUNNER_TOOL_CACHE"] = toolsDir;
|
||||
process.env["GITHUB_WORKSPACE"] = tempDir;
|
||||
process.env["GITHUB_EVENT_NAME"] = "push";
|
||||
}
|
||||
|
||||
export interface LoggedMessage {
|
||||
|
||||
Reference in New Issue
Block a user