action-cli-deploy icon indicating copy to clipboard operation
action-cli-deploy copied to clipboard

GH action logs have the CLI spinner running command output in them

Open Adam-it opened this issue 1 year ago • 0 comments

🤔 Problem

Since CLI is interactive by default in logs we will see that CLI shows the spinner. image

Although it does not break the step and produce no harm it is just not needed/wanted log that we should avoid

🐞🔨 Fix proposal

To resolve this we should run m365 setup —scripting —output none at the beginning of the action so that CLI will not present any interactive response

Adam-it avatar Apr 05 '24 22:04 Adam-it