Add an option to disable Env variable output #1625
ivan-kolisnyk
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The GitHub actions by default output all the variables into the GITHUB_ENV. GitHub outputs the contents of GITHUB_ENV at the start of every step which makes the logs very noisy when they run after GitTools actions. It would be good to have an option to disable these.
Should be fairly easy to implement with additional input and an if flag for these three calls
Beta Was this translation helpful? Give feedback.
All reactions