Treatment githubGetEnvFiles

cicd/services/github::githubGetEnvFiles


Inputs

⇥ workflow_id: Block<string>

Outputs

↦ filename: Block<string>


Emit the path to the GITHUB_ENV file for a given workflow run.

filename receives the absolute path to the environment accumulation file used by github_get_env.

graph LR
     T("githubGetEnvFiles()")
     W["〈🟦〉"] -->|workflow_id| T
     T -->|filename| F["〈🟨〉"]
     style W fill:#ffff,stroke:#ffff
     style F fill:#ffff,stroke:#ffff