Add name and email to the git config for github actions. This fixes #17 (at least the immediate problem failing), which was complaining that the git merge needed an associated name and email. This signs the name as Github Actions, so it's clear that the action is responsible for the merge.
Add name and email to the git config for github actions. This fixes #17 (at least the immediate problem failing), which was complaining that the git merge needed an associated name and email. This signs the name as Github Actions, so it's clear that the action is responsible for the merge.