Skip to main content

Module github_env_files

Module github_env_files 

Source

Structs§

StepEnvironmentUpdates
Parsed results from all 4 GitHub Actions environment files after a step runs.

Functions§

apply_step_environment_updates
Apply environment updates from a completed step to the job state.
clear_step_files
Truncate environment files between steps.
parse_github_kv_file
Parse the GitHub Actions key-value file format used by GITHUB_OUTPUT and GITHUB_ENV.
parse_github_path_file
Parse GITHUB_PATH file — one path entry per non-empty line.
read_step_environment_updates
Read all 4 environment files using HOST paths from job_env and return parsed updates.