mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-05 12:32:54 +00:00
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:
2
.github/workflows/report-workflow-stats.yml
vendored
2
.github/workflows/report-workflow-stats.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user