Output utilities for GitHub Actions workflow commands.
This module provides functions for setting workflow outputs that can be consumed by downstream jobs or steps. Uses @actions/core internally to write outputs to the GITHUB_OUTPUT file.
@actions/core
GITHUB_OUTPUT
Output utilities for GitHub Actions workflow commands.
This module provides functions for setting workflow outputs that can be consumed by downstream jobs or steps. Uses
@actions/coreinternally to write outputs to theGITHUB_OUTPUTfile.