I have a workflow that’s committing and pushing changes back to the repo but the commits aren’t showing as signed. Apps and bots are supposed to have signed commits now, and I’m using the actions account to make my commit. Should this be working, and if so what’s the correct way to set it up?
I’m running this before committing and pushing:
git config --local user.name "github-actions[bot]"
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"