Update workflow for failing versions update (#2181)

This commit is contained in:
Philip Gough
2023-08-14 17:35:05 +01:00
committed by GitHub
parent d388980779
commit d539476d5f

View File

@@ -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: |