Open
Description
Description
Currently, Macaron misses useful metadata for build commands. Specifically, it doesn't include the job
and step
where the build command was called in the database.
Proposed Feature
Store more granular metadata from GitHub Actions workflows in the reports and database. This includes the job
and step
where the build command was called from.
Use Case
This additional metadata is useful for building third-party artifacts from source.