File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 : >-
You can’t perform that action at this time.
0 commit comments