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 e42dae6 commit 554b00cCopy full SHA for 554b00c
.github/workflows/report-test-results.yaml
@@ -11,6 +11,12 @@ jobs:
11
runs-on: ubuntu-latest
12
permissions: write-all
13
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 }}"
20
- name: Download Artifacts
21
uses: dawidd6/action-download-artifact@v2
22
with:
0 commit comments