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 usage of the command:
- uses: azure/login@v1
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}
will output the azure subscription, homeTenantId, and so on into the GitHub Action log. Is there a way to add an additional parameter "--output none"?
The usage of the command:
- uses: azure/login@v1
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}
will output the azure subscription, homeTenantId, and so on into the GitHub Action log. Is there a way to add an additional parameter "--output none"?