fn append_to_github_path(path: &Path) -> Result<()>Expand description
Appends path to the file referenced by $GITHUB_PATH.
This is the GitHub Actions mechanism for adding directories to PATH for
subsequent steps. When $GITHUB_PATH is not set (e.g. local development),
this function is a no-op.