Skip to content

Commit 529cd58

Browse files
committed
Fix name of download
1 parent b432d7f commit 529cd58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/quality-monitor-pit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: dawidd6/action-download-artifact@v11
3232
with:
3333
run_id: ${{ github.event.workflow_run.id }}
34-
name: file
34+
name: quality-reports
3535
- name: Read Quality Monitor Configuration
3636
id: quality-monitor
3737
run: echo "json=$(jq -c . .github/quality-monitor.json)" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)