Update workflow for failing versions update
This commit is contained in:
3
.github/workflows/versions.yaml
vendored
3
.github/workflows/versions.yaml
vendored
@@ -33,7 +33,8 @@ jobs:
|
|||||||
mv /tmp/versions.json jsonnet/kube-prometheus/versions.json
|
mv /tmp/versions.json jsonnet/kube-prometheus/versions.json
|
||||||
# Get the links to the changelogs of the updated versions and make them
|
# Get the links to the changelogs of the updated versions and make them
|
||||||
# available to the reviewers
|
# 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'
|
if: matrix.branch == 'main'
|
||||||
- name: Update jsonnet dependencies
|
- name: Update jsonnet dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user