Hazel Weakly
Hazel Weakly
Yeah that was unintentional. I've been procrastinating on setting this up, but it's time to sit down and write myself a pipeline that versions/tags/etc things when they get merged to...
Thanks for the report! I've attempted to make this action work perfectly with a pre-installed ghcup, but I should probably figure out how to test that in CI properly to...
Thanks for the report! That documentation wasn't there when the stop commands were first added (and, annoyingly, their suggested deterministic-but-random method of getting a token doesn't seem easily possible to...
It's using deb9 because that's what was used at the time and iirc was closest to the ubuntu 18.04 that was the default? It's a bit of a hacky hardcoded...
I like that. The behavior could depend entirely on if `ghc-download-url` is set at all (rather than defaulting to gitlab). For backwards compatibility, `head` could default to the deb11 URL...
Sweet, this should be working now. One thing to note is that since it's a monorepo, the versioning used by github actions applies uniformly to all of the actions. As...
That sounds like a great idea. The 'latest' variables are resolved to their "actual" ones fairly early on in the code-path and there's a very natural insertion point to include...
I like this a lot, and I'm definitely in favor of doing it. Let me see how much energy I have for this this weekend
`{"from": "7.10.3", "to": "7.10.3.2"}` should definitely be there. I must've missed it when I went over the chocolatey versions list the last time. I'll have to add in that workaround...
Hey there, thanks for letting me know about that. There are a few things happening here, I think - I try not to rebase and squash other people's commits in...