From 08f0832b7386308b81946db6d3c3372ea6caa305 Mon Sep 17 00:00:00 2001 From: Simon Bernard Date: Thu, 25 Apr 2024 11:40:42 +0200 Subject: [PATCH] more try --- .github/workflows/commentPR.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/commentPR.yml b/.github/workflows/commentPR.yml index 8b1afe7de0..9ad60132e9 100644 --- a/.github/workflows/commentPR.yml +++ b/.github/workflows/commentPR.yml @@ -34,7 +34,7 @@ jobs: uses: actions/download-artifact@v4 with: name: ${{env.build_status_filename}} - path: ${{env.build_status_filename}} + run-id: ${{ github.event.workflow_run.id }} - name: Display structure of downloaded files run: ls -R