We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0184f58 + 844bdd9 commit 1eeb463Copy full SHA for 1eeb463
.github/workflows/versions.yaml
@@ -22,7 +22,7 @@ jobs:
22
# Write to temporary file to make update atomic
23
scripts/generate-versions.sh > /tmp/versions.json
24
mv /tmp/versions.json jsonnet/kube-prometheus/versions.json
25
- if: ${{ matrix.branch }} == 'main'
+ if: matrix.branch == 'main'
26
- name: Update jsonnet dependencies
27
run: |
28
make update
0 commit comments