From 9293fda9d89875f36455aa5f26112ffee8645785 Mon Sep 17 00:00:00 2001 From: Scott Hart Date: Thu, 19 Feb 2026 13:35:19 -0500 Subject: [PATCH] ci: change indent of env --- .github/workflows/test-runner.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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: >-