What's Changed
This patch fixes a bug where environment variables were no longer passed to git since v4.0.0. For instance, this prevented the action to sign commits with GPG using variables like GNUPGHOME. With this fix, environment variables are provided to git again.
- fix: pass existing environment variables when executing git by @yafanasiev in #527
Full Changelog: v4.0.0...v4.0.1