[go: nahoru, domu]

Skip to content

Commit

Permalink
Update workflow for failing versions update (prometheus-operator#2181)
Browse files Browse the repository at this point in the history
  • Loading branch information
philipgough authored Aug 14, 2023
1 parent d388980 commit d539476
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit d539476

Please sign in to comment.