When trying to log in with a subscription which name contains Japanese characters by the following simple workflow, the logging in is failed with the encoding error like the following screenshot.
Workflow:
name: Azure Login Test
on:
workflow_dispatch:
jobs:
login:
runs-on: windows-latest # using Windows runner
steps:
- uses: azure/login@v1
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}
Error screenshot:

When trying to log in with a subscription which name contains Japanese characters by the following simple workflow, the logging in is failed with the encoding error like the following screenshot.
Workflow:
Error screenshot:
