diff --git a/.github/workflows/test-runner.yml b/.github/workflows/test-runner.yml index 749fb93bf8261..b3fb47437828f 100644 --- a/.github/workflows/test-runner.yml +++ b/.github/workflows/test-runner.yml @@ -42,10 +42,10 @@ jobs: echo "org=${GITHUB_ORGANIZATION}" || true echo "user=${GITHUB_EVENT_PULL_REQUEST_USER}" || true echo "user_orgs=${GITHUB_EVENT_PULL_REQUEST_USER_ORGANIZATIONS_URL}" || true - env: - GITHUB_ORGANIZATION: ${{ github.organization }} - GITHUB_EVENT_PULL_REQUEST_USER: ${{ github.event.pull_request.user }} - GITHUB_EVENT_PULL_REQUEST_USER_ORGANIZATIONS_URL: ${{ github.event.pull_request.user.organizations_url }} + env: + GITHUB_ORGANIZATION: ${{ github.organization }} + GITHUB_EVENT_PULL_REQUEST_USER: ${{ github.event.pull_request.user }} + GITHUB_EVENT_PULL_REQUEST_USER_ORGANIZATIONS_URL: ${{ github.event.pull_request.user.organizations_url }} pre-flight: # Save the `ref` of the pull request, so downstream jobs know what to checkout. environment: >-