build_helper::ci

Module gha

source

Structsยง

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

Staticsยง

Functionsยง

  • end_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 ๐Ÿ”’