You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using custom (i.e.) github runners it is often the case that EDM is already available. It would be nice that the setup-edm-action could handle this usecase.
For example a new property min-version is supported and:
(a) If edm exists and min-version is not set then nothing happens
(b) if edm exists but edm-version < min-version then a warning/error is raised
(c) if edm is not available then edm is installed
The text was updated successfully, but these errors were encountered:
When using custom (i.e.) github runners it is often the case that EDM is already available. It would be nice that the setup-edm-action could handle this usecase.
For example a new property min-version is supported and:
(a) If edm exists and min-version is not set then nothing happens
(b) if edm exists but edm-version < min-version then a warning/error is raised
(c) if edm is not available then edm is installed
The text was updated successfully, but these errors were encountered: