Skip to content

Commit d6d169a

Browse files
authored
ci: change indent of env (#15987)
1 parent 76d0a56 commit d6d169a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test-runner.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ jobs:
4242
echo "org=${GITHUB_ORGANIZATION}" || true
4343
echo "user=${GITHUB_EVENT_PULL_REQUEST_USER}" || true
4444
echo "user_orgs=${GITHUB_EVENT_PULL_REQUEST_USER_ORGANIZATIONS_URL}" || true
45-
env:
46-
GITHUB_ORGANIZATION: ${{ github.organization }}
47-
GITHUB_EVENT_PULL_REQUEST_USER: ${{ github.event.pull_request.user }}
48-
GITHUB_EVENT_PULL_REQUEST_USER_ORGANIZATIONS_URL: ${{ github.event.pull_request.user.organizations_url }}
45+
env:
46+
GITHUB_ORGANIZATION: ${{ github.organization }}
47+
GITHUB_EVENT_PULL_REQUEST_USER: ${{ github.event.pull_request.user }}
48+
GITHUB_EVENT_PULL_REQUEST_USER_ORGANIZATIONS_URL: ${{ github.event.pull_request.user.organizations_url }}
4949
pre-flight:
5050
# Save the `ref` of the pull request, so downstream jobs know what to checkout.
5151
environment: >-

0 commit comments

Comments
 (0)