tools: maybe fix action

Myles Borins committed May 31, 2021 at 18:47 UTC 748792dc9eb29fe18315ffd097e34dad89c0c055
1 file changed +4 -2
.github/workflows/stage-pull-request.yml
+4 -2
@@ -16,8 +16,10 @@ jobs:
16 stage_pr:
17 runs-on: ubuntu-latest
18 steps:
19 - - run: |
20 - echo "${{ toJson(github) }}"
19 + - name: Dump GitHub context
20 + env:
21 + GITHUB_CONTEXT: ${{ toJSON(github) }}
22 + run: echo "$GITHUB_CONTEXT"
23 - name: Identify pull request
24 id: pull_request
25 run: |