GITHUB_STEP_SUMMARY

Constant GITHUB_STEP_SUMMARY 

Source
pub const GITHUB_STEP_SUMMARY: &str = "GITHUB_STEP_SUMMARY";
Expand description

The path on the runner to the file that contains job summaries from workflow commands. This file is unique to the current step and changes for each step in a job. For example, /home/runner/_layout/_work/_temp/_runner_file_commands/step_summary_1cb22d7f-5663-41a8-9ffc-13472605c76c. For more information, see “Workflow commands for GitHub Actions.”