Skip to content

Commit 58a850a

Browse files
authored
Merge pull request #970 from jongwooo/chore/replace-deprecated-command-with-environment-file
chore: Replace deprecated command with environment file
2 parents aa87188 + 25e2602 commit 58a850a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: |
3232
changed=$(ct list-changed --chart-dirs charts/fluent-operator --config charts/ct.yaml)
3333
if [[ -n "$changed" ]]; then
34-
echo "::set-output name=changed::true"
34+
echo "changed=true" >> $GITHUB_OUTPUT
3535
fi
3636
3737
- name: Run chart-testing (lint)
@@ -42,4 +42,4 @@ jobs:
4242
if: steps.list-changed.outputs.changed == 'true'
4343

4444
- name: Run chart-testing (install)
45-
run: ct install --chart-dirs charts/fluent-operator --config charts/ct.yaml
45+
run: ct install --chart-dirs charts/fluent-operator --config charts/ct.yaml

0 commit comments

Comments
 (0)