Results 177 comments of Doug Goldstein

So I took @adept's repo and added GitHub actions to build the containers and push them on a matching tag (e.g. v1.28 would build and push his hledger containers as...

So worth noting that just following the process of the actions/checkout module to use https with the token isn't going to be the silver bullet. That will only work for...

rebased and applied, @pierreprinetti Can we include this for v2 since it changes the API surface?

I ended up writing my own version of this action because in addition to this feature I've found this action doesn't clean up after itself. There's also no tests in...

@jackbentley The cleanup only kills the ssh-agent. It doesn't do anything about the changes it made to the worker's home folder. My action also doesn't write the SSH private keys...

To further follow up, I wrote my action after not getting traction in this repo around these issues. There's others getting burned by the broken cleanup as well. See #183...

I believe I'm hitting this as well and it's related to the usage of asyncio. Only have a couple of guesses here but another plugin could be calling `asyncio.run()` but...

I would agree that it was a runner config after playing with this plugin a bit. It's not the async like I implied at first.

I've got this patch built against 2.12.x and have been using it myself.

I've rebased the branch and removed the documentation chunk that @morremeyer asked.