Currently if a workflow step doesn't specify author_name, and I trigger the workflow, the Git commit author will show up as:
This is of course already much nicer than having it just be some random GitHub bot email, so this is not a massive issue.
But, I'm still wondering is there any way to make it instead be?
(naturally without harcoding author_name since that would defeat the whole purpose)
This would be nice in Git logs where the author name would then match the name that is in my other commits as well.