i2mint / isee

Python continuous integration (CI) support tools.
https://i2mint.github.io/isee/
MIT License
1 stars 0 forks source link

Make it possible to use return values in CI #28

Open thorwhalen opened 4 months ago

thorwhalen commented 4 months ago

Right now (see gen_semver) we communicate via prints that are then parsed.

That's bad.

It would be better to communicate "normally" via returns and inputs.

How to do this with github actions?