Azure / cli

Automate your GitHub workflows using Azure CLI scripts
MIT License
125 stars 54 forks source link

Ensure Azure/cli action fail when executed on a non-Linux-based OS #123

Closed MoChilia closed 10 months ago

MoChilia commented 10 months ago

Description

Azure/cli should terminate with a failure on a non-Linux-based OS; however, it currently doesn't exit with code 1 but merely outputs an error message.

Former: image Expected: image