hive-forge: add ci-log verb for actions job step logs (closes #1674)

This commit is contained in:
damocles 2026-06-16 11:34:31 +02:00
commit 2223af1b21
5 changed files with 216 additions and 0 deletions

View file

@ -8,6 +8,7 @@ pub mod assign;
pub mod attach;
pub mod attachment_get;
pub mod branches;
pub mod ci_log;
pub mod clone;
pub mod close;
pub mod comment;