diff --git a/.github/workflows/crowdin.yml b/.github/workflows/crowdin.yml index a21bd4810..fb6066be4 100644 --- a/.github/workflows/crowdin.yml +++ b/.github/workflows/crowdin.yml @@ -1,4 +1,5 @@ -name: 🌐 Crowdin Translations +name: Crowdin Translations +run-name: "🌐 Crowdin Translations #${{ github.run_number }}" on: push: @@ -146,7 +147,7 @@ jobs: uses: crowdin/github-action@v2.15.0 with: command: 'status' - command_args: '--language ${{ github.event.inputs.download_language || "" }} --format json' + command_args: '--language ${{ github.event.inputs.download_language || '' }} --format json' configuration: crowdin.yml env: CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_TOKEN }}