Module gha

Source

Structsยง

Group
A guard that closes the current github actions log group on drop.

Staticsยง

ACTIVE_GROUPS ๐Ÿ”’

Functionsยง

end_group ๐Ÿ”’
group
All github actions log messages from this call to the Drop of the return value will be grouped and hidden by default in logs. Note that since github actions doesnโ€™t support group nesting, any active group will be first finished when a subgroup is started, and then re-started when the subgroup finishes.
is_in_gha ๐Ÿ”’
start_group ๐Ÿ”’