Set git user and email · Issue #13 · actions/checkout
It would be great if this action would also set the email and name. In order to do other git operations it is required. I am adding this to my actions to get around it: steps: - uses: actions/check...