Skip to content

Commit

Permalink
Merge pull request #970 from jongwooo/chore/replace-deprecated-comman…
Browse files Browse the repository at this point in the history
…d-with-environment-file

chore: Replace deprecated command with environment file
  • Loading branch information
benjaminhuo authored Oct 30, 2023
2 parents aa87188 + 25e2602 commit 58a850a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
changed=$(ct list-changed --chart-dirs charts/fluent-operator --config charts/ct.yaml)
if [[ -n "$changed" ]]; then
echo "::set-output name=changed::true"
echo "changed=true" >> $GITHUB_OUTPUT
fi
- name: Run chart-testing (lint)
Expand All @@ -42,4 +42,4 @@ jobs:
if: steps.list-changed.outputs.changed == 'true'

- name: Run chart-testing (install)
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 comments on commit 58a850a

Please sign in to comment.