Map RUNNER_TEMP for container action (#4011)

This commit is contained in:
eric sciple
2025-09-03 11:45:43 -05:00
committed by GitHub
parent f8ae5bb1a7
commit 7f72ba9e48
3 changed files with 14 additions and 0 deletions

View File

@@ -169,6 +169,7 @@ namespace GitHub.Runner.Common
public static readonly string AllowRunnerContainerHooks = "DistributedTask.AllowRunnerContainerHooks";
public static readonly string AddCheckRunIdToJobContext = "actions_add_check_run_id_to_job_context";
public static readonly string DisplayHelpfulActionsDownloadErrors = "actions_display_helpful_actions_download_errors";
public static readonly string ContainerActionRunnerTemp = "actions_container_action_runner_temp";
}
// Node version migration related constants