From 0b7a4d100b51d4d32c47f7255e7fd2eba92bfaad Mon Sep 17 00:00:00 2001 From: Philip Gough <philip.p.gough@gmail.com> Date: Mon, 14 Aug 2023 17:33:32 +0100 Subject: [PATCH] Update workflow for failing versions update --- .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