Skip to content

Commit b2fbdb1

Browse files
committed
ci: adding debug info
1 parent 9039e6f commit b2fbdb1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pr-reporting.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@ on:
88
jobs:
99
pr_report:
1010
runs-on: ubuntu-latest
11+
env:
12+
GH_TOKEN: ${{ github.token }}
1113
steps:
14+
- name: Dump GitHub context
15+
id: github_context_step
16+
run: echo '${{ toJSON(github) }}'
1217
- name: Test Report
1318
uses: dorny/test-reporter@v1
1419
if: always() # run this step even if previous step failed

0 commit comments

Comments
 (0)