Only set env vars if they are unset.

This commit is contained in:
Jonas Bushart 2023-02-13 20:44:18 +01:00
parent dfa8744db3
commit 045ad9ff3f
2 changed files with 23 additions and 6 deletions

View file

@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Changed
* Only set environment variables, if they are not set before.
This allows setting environment variables before using this action and keeping their values.
## [1.3.7] - 2023-01-31
### Fixed