We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2684427 commit 80d271eCopy full SHA for 80d271e
.github/workflows/ci-report.yml
@@ -29,6 +29,8 @@ jobs:
29
- name: Determine the Branch Reference for which the original action was triggered
30
id: determine_branch_ref
31
run: |
32
+ echo '${{ toJSON(github.event.workflow_run.pull_requests) }}'
33
+ echo '${{ toJSON(github.event.workflow_run.event) }}'
34
if [ -n "${{ github.event.workflow_run.pull_requests[0].base.ref }}" ]; then
35
BRANCH_REF="${{ github.event.workflow_run.pull_requests[0].base.ref }}"
36
else
0 commit comments