Michael Meyers
Michael Meyers
I'm not convinced this isn't the better way. Trying to get this action to run under a user instead of under root also had a lot of problems. Maybe it...
I've created another branch as an alternative if you like that solution better. Not sure which one is better honestly. That branch runs docker under a user called github instead...
FWIW I created a fork of the project and started publishing the images to GHCR. The fork is https://github.com/mrmeyers99/aws-cdk-github-actions. Would love to get my changes merged back into this repo...
Did you ever resolve this? I have the same issue.
I can confirm I see the same issue. It works fine with 2.12.10 and mitogen 0.3.4 and 2.13.13 without mitogen, but not 2.13.13 and mitogen 0.3.4, despite the docs saying...
Yeah that would work, thanks!
It would be nice if this was supported out of the box. The simplest way I found to do it is like this: ``` - id: var-map run: | echo...
This appears to happen because by default `git log` shows the tags and branches at each commit. If `jira-changelog` customized the `git log` format or if we could customize the...
It would be great if this could get fixed, we have a really big spec I'd like to break up. Thanks for taking a look.
Thanks, that would be ok as a workaround, but it would be nice to not have to do that.