pub const GITHUB_OUTPUT: &str = "GITHUB_OUTPUT";Expand description
The path on the runner to the file that sets the current step’s outputs from workflow commands. This file is unique to the current step and changes for each step in a job. For example, /home/runner/work/_temp/_runner_file_commands/set_output_a50ef383-b063-46d9-9157-57953fc9f3f0. For more information, see “Workflow commands for GitHub Actions.”