Skip to content

Commit

Permalink
GHA: add some debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Oct 1, 2024
1 parent e6fcc9d commit 9468c06
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
run-id: ${{ github.event.workflow_run.id }}
github-token: ${{ github.token }}
name: pr_info
path: ${{ github.workspace }}/pr_info.zip

- name: Display structure of downloaded files
run: tree ${{ github.workspace }}

- name: unzip pr_info.zip
run: unzip pr_info.zip
Expand Down

0 comments on commit 9468c06

Please sign in to comment.