We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 590af73 commit cae85bfCopy full SHA for cae85bf
1 file changed
.github/workflows/test-report.yml
@@ -30,12 +30,6 @@ jobs:
30
fetch-depth: 0
31
ref: ${{ github.event.workflow_run.head_sha }}
32
33
- # 🔍 Debug – list any .trx files that GitHub auto-downloaded
34
- - name: List workspace before reporter
35
- run: |
36
- echo "Listing *.trx we have so far:"
37
- find . -maxdepth 4 -type f -name '*.trx' -print || true
38
-
39
- name: 🐞 Debug run-ID
40
run: |
41
echo "inputs.test_run_id = ${{ inputs.test_run_id }}"
@@ -53,6 +47,7 @@ jobs:
53
47
if: ${{ inputs.test_run_id != '' }} # manual runs only
54
48
uses: actions/download-artifact@v4
55
49
with:
50
+ repository: ${{ github.repository }}
56
51
run-id: ${{ inputs.test_run_id }}
57
52
path: .
58
# ⚠️ omit “name:” ⇒ pulls every artifact in that run
0 commit comments