Skip to content

Commit 554b00c

Browse files
Update report-test-results.yaml
1 parent e42dae6 commit 554b00c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/report-test-results.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ jobs:
1111
runs-on: ubuntu-latest
1212
permissions: write-all
1313
steps:
14+
- name: Print info about the target workflow_run
15+
run : |
16+
echo "workflow_run: ${{ github.event.workflow_run }}"
17+
echo "head_sha: ${{ github.event.workflow_run.head_sha }}"
18+
echo "workflow_id: ${{ github.event.workflow_run.workflow_id }}"
19+
echo "head_branch: ${{ github.event.workflow_run.head_branch }}"
1420
- name: Download Artifacts
1521
uses: dawidd6/action-download-artifact@v2
1622
with:

0 commit comments

Comments
 (0)