Closed andreasabel closed 1 year ago
Oh, I think it's only actually setting agda-path
and agda-data-path
!
But the intention is that it sets all of these, or? https://github.com/wenkokke/setup-agda/blob/abaf527ba6e7155e835fe3ebf941c5ee4eb9b6e2/action.yml#L212-L224
I guess actionlint
learns from this list; it didn't alert me of an unknown output agda-version
or so.
It's definitely the intention that these are set, otherwise it's quite difficult to figure what version you've installed when using "latest" or "recommended", so this is a bug that likely stuck in in v2.0.0 after I decoupled the Agda installation from the action itself.
Thanks for the pointer to actionlint, I'll plan to incorporate that into the test suite!
With workflow steps like this:
I get an empty
steps.setup.outputs.agda-version
, as witnessed in this workflow run: https://github.com/graded-type-theory/graded-type-theory/actions/runs/5093788246/jobs/9156820105#step:4:3I am using
latest
(2023-02-07).