eclipse-zenoh / ci

GitHub Actions and workflows used across eclipse-zenoh
Other
1 stars 3 forks source link

Always infer version using git-describe? #24

Open fuzzypixelz opened 6 months ago

fuzzypixelz commented 6 months ago

Describe the feature

Currently, we thread the version value through all actions and reusable workflows, when in reality this is redundant and can always be inferred from git-describe. Hence we would always clone the input branch of the input repo.