Elektrine lite

← Feed

@DrHyde@fosstodon.org

Post #1837428

2026-04-07 13:06 UTC

So I am looking for a tool. Ideally I want to store the bulk that is shared in common in one repo, and then have the moral equivalent of a bunch of `#include`s in each project, *which Github actions will understand* so that they Do The Right Thing. 2/n

Replies (3)

  • @DrHyde@fosstodon.org 2026-04-07 13:07

    Alternatively, if I need to do it the inelegant way by storing complete YAML files in each project's repo but at least building them from templates - can anyone recommend a tool? 3/3

    Open ##1837429

  • @castaway@fosstodon.org 2026-04-08 06:53

    @DrHyde *gitlsb* has include, as well as "run file that lives in another repo" https://docs.gitlab.com/ci/yaml/includes/ .. dunno about github ..

    Open ##1837430

  • @castaway@fosstodon.org 2026-04-08 06:54

    @DrHyde aha, composites? https://docs.github.com/en/actions/tutorials/create-actions/create-a-composite-action

    Open ##1837431