ci: gh-workflow-stats-action v0.1.4: remove debug output and proper pagination (#9356)

## Problem
In previous version pagination didn't work so we collect information
only for first 30 jobs in WorkflowRun
This commit is contained in:
Fedor Dikarev
2024-10-11 14:46:45 +02:00
committed by GitHub
parent 6baf1aae33
commit 326cd80f0d

View File

@@ -33,7 +33,7 @@ jobs:
actions: read
steps:
- name: Export GH Workflow Stats
uses: fedordikarev/gh-workflow-stats-action@v0.1.2
uses: neondatabase/gh-workflow-stats-action@v0.1.4
with:
DB_URI: ${{ secrets.GH_REPORT_STATS_DB_RW_CONNSTR }}
DB_TABLE: "gh_workflow_stats_neon"