action-cli-deploy
action-cli-deploy copied to clipboard
GH action logs have the CLI spinner running command output in them
🤔 Problem
Since CLI is interactive by default in logs we will see that CLI shows the spinner.
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