From d539476d5f542ec543f563e6947b5b9c8668f8ee Mon Sep 17 00:00:00 2001
From: Philip Gough <philip.p.gough@gmail.com>
Date: Mon, 14 Aug 2023 17:35:05 +0100
Subject: [PATCH] Update workflow for failing versions update (#2181)

---
 .github/workflows/versions.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/versions.yaml b/.github/workflows/versions.yaml
index 8623c0be..79b25ce1 100644
--- a/.github/workflows/versions.yaml
+++ b/.github/workflows/versions.yaml
@@ -33,7 +33,8 @@ jobs:
         mv /tmp/versions.json jsonnet/kube-prometheus/versions.json
         # Get the links to the changelogs of the updated versions and make them
         # available to the reviewers
-        echo "new_changelogs=$(scripts/get-new-changelogs.sh)" >> $GITHUB_OUTPUT
+        new_changelogs=$(scripts/get-new-changelogs.sh)
+        echo "new_changelogs=$new_changelogs" >> $GITHUB_OUTPUT
       if: matrix.branch == 'main'
     - name: Update jsonnet dependencies
       run: |
-- 
GitLab