julia-actions / cache

A shortcut action to cache Julia artifacts, packages, and registries.
MIT License
38 stars 8 forks source link

Use outputs instead of env vars #48

Closed SaschaMann closed 1 year ago

SaschaMann commented 1 year ago

Seems like a better practice and may prevent issues with env var weirdness (#42)

giordano commented 1 year ago

This sounds a good idea in any case, although I'm still convinced things shouldn't break if an environment variable with a particular pattern happens to be defined, this could happen also outside of this workflow.