action_group

phalanx.github.action_group(title)

Wrap a sequence of commands in a GitHub Actions group.

Must be used as a context manager. Any output produced by code that runs within that context manager will be wrapped into a GitHub Actions display group with the given title.

Parameters:

title (str) – Title of display group.

Return type:

Iterator[None]