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
The security test workflow is currently skipping running tests with security quietly. See the example from the latest commit on main here where Run AD Test is skipped.
The expressions to set values in the github workflow are not getting executed as expected after the plugin was renamed to time-series-analytics
Description
The security test workflow is currently skipping running tests with security quietly. See the example from the latest commit on main here where
Run AD Test
is skipped.The expressions to set values in the github workflow are not getting executed as expected after the plugin was renamed to
time-series-analytics
Specifically these lines:
echo $plugin|awk -F- '{print $4}'
is getting evaluated toanalytics
instead of3.0.0.0
because of the extra hyphen incompared to
The text was updated successfully, but these errors were encountered: