We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 631bf06 commit fae1f80Copy full SHA for fae1f80
.github/workflows/slo-report.yml
@@ -16,7 +16,7 @@ jobs:
16
if: github.event.workflow_run.conclusion == 'success'
17
steps:
18
- name: Publish YDB SLO Report
19
- uses: ydb-platform/ydb-slo-action/report@main
+ uses: ydb-platform/ydb-slo-action/report@charts
20
with:
21
token: ${{ secrets.GITHUB_TOKEN }}
22
run_id: ${{ github.event.workflow_run.id }}
0 commit comments