Skip to content

Backport-action v4.0.1

Latest

Choose a tag to compare

@korthout korthout released this 15 Dec 12:56
· 6 commits to main since this release

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