Skip to content

Commit

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

Replace deprecated command with environment file
  • Loading branch information
k8s-ci-robot committed Jan 21, 2024
2 parents 31b8959 + 7967472 commit 7027d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/chart-lint-test.yml
Expand Up @@ -41,7 +41,7 @@ jobs:
run: |
changed=$(ct list-changed --config ct.yaml)
if [[ -n "$changed" ]]; then
echo "::set-output name=changed::true"
echo "changed=true" >> $GITHUB_OUTPUT
fi
- name: Run chart-testing (lint)
Expand Down

0 comments on commit 7027d65

Please sign in to comment.