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 aa87188 + 25e2602 commit 58a850aCopy full SHA for 58a850a
.github/workflows/lint-test.yaml
@@ -31,7 +31,7 @@ jobs:
31
run: |
32
changed=$(ct list-changed --chart-dirs charts/fluent-operator --config charts/ct.yaml)
33
if [[ -n "$changed" ]]; then
34
- echo "::set-output name=changed::true"
+ echo "changed=true" >> $GITHUB_OUTPUT
35
fi
36
37
- name: Run chart-testing (lint)
@@ -42,4 +42,4 @@ jobs:
42
if: steps.list-changed.outputs.changed == 'true'
43
44
- name: Run chart-testing (install)
45
- run: ct install --chart-dirs charts/fluent-operator --config charts/ct.yaml
+ run: ct install --chart-dirs charts/fluent-operator --config charts/ct.yaml
0 commit comments