diff --git a/.github/workflows/i18n-crowdin-download.yml b/.github/workflows/i18n-crowdin-download.yml index 6fc003fc0ac..9837a6ccda1 100644 --- a/.github/workflows/i18n-crowdin-download.yml +++ b/.github/workflows/i18n-crowdin-download.yml @@ -71,7 +71,7 @@ jobs: # Crowdin action returns us the URL of the pull request, but we need an ID for the GraphQL API # that looks like 'PR_kwDOAOaWjc5mP_GU' run: | - echo "PULL_REQUEST_ID=$(gh pr view "$PULL_REQUEST_URL" --json id -q .id)" >> "$GITHUB_ENV" + echo "PULL_REQUEST_ID=$(gh pr view $PULL_REQUEST_URL --json id -q .id)" >> "$GITHUB_ENV" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} PULL_REQUEST_URL: ${{ steps.crowdin-download.outputs.pull_request_url }}