It doesn't seem like it's currently possible to configure the action to create signed commits.
Would it be possible to add support for this? I would've assumed that running https://github.com/crazy-max/ghaction-import-gpg with git_commit_gpgsign: true before this action would be enough to make the commits signed automatically but that doesn't seem to be working.
It doesn't seem like it's currently possible to configure the action to create signed commits.
Would it be possible to add support for this? I would've assumed that running https://github.com/crazy-max/ghaction-import-gpg with
git_commit_gpgsign: truebefore this action would be enough to make the commits signed automatically but that doesn't seem to be working.