Skip to content

Commit 80d271e

Browse files
committed
Debug GitHub workflow: Log the pull request info from the workflow run triggering the ci-report
Signed-off-by: marko-bekhta <[email protected]>
1 parent 2684427 commit 80d271e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci-report.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
- name: Determine the Branch Reference for which the original action was triggered
3030
id: determine_branch_ref
3131
run: |
32+
echo '${{ toJSON(github.event.workflow_run.pull_requests) }}'
33+
echo '${{ toJSON(github.event.workflow_run.event) }}'
3234
if [ -n "${{ github.event.workflow_run.pull_requests[0].base.ref }}" ]; then
3335
BRANCH_REF="${{ github.event.workflow_run.pull_requests[0].base.ref }}"
3436
else

0 commit comments

Comments
 (0)