From 3d1c3398d6c85085e7f1e63d95c053868f060a08 Mon Sep 17 00:00:00 2001 From: Rob de Wit Date: Tue, 28 Dec 2021 16:33:26 +0100 Subject: [PATCH] Change name of PNG to be saved --- content/docs/self-hosted-runners.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/self-hosted-runners.md b/content/docs/self-hosted-runners.md index 52f846d0..a2962414 100644 --- a/content/docs/self-hosted-runners.md +++ b/content/docs/self-hosted-runners.md @@ -78,7 +78,7 @@ jobs: # Create CML report cat metrics.txt >> report.md - cml publish plot.png --md >> report.md + cml publish confusion_matrix.png --md >> report.md cml send-comment report.md ```