Skip to content

Commit

Permalink
Update report-test-results.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyAkinshin committed Jul 7, 2023
1 parent e42dae6 commit 554b00c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/report-test-results.yaml
Expand Up @@ -11,6 +11,12 @@ jobs:
runs-on: ubuntu-latest
permissions: write-all
steps:
- name: Print info about the target workflow_run
run : |
echo "workflow_run: ${{ github.event.workflow_run }}"
echo "head_sha: ${{ github.event.workflow_run.head_sha }}"
echo "workflow_id: ${{ github.event.workflow_run.workflow_id }}"
echo "head_branch: ${{ github.event.workflow_run.head_branch }}"
- name: Download Artifacts
uses: dawidd6/action-download-artifact@v2
with:
Expand Down

0 comments on commit 554b00c

Please sign in to comment.