Skip to content

Commit

Permalink
feat: Update ci.helm-lint.yaml to set output variable for changed charts
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-bisonai committed Feb 8, 2024
1 parent c5f09ca commit 65176ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.helm-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: |
changed=$(ct list-changed --target-branch i-56/feat/ci-helm-lint)
if [[ -n "$changed" ]]; then
echo "changed=true" >> "$GITHUB_OUTPUT"
echo "::set-output name=changed::true"
fi
- name: Run Helm lint to changed charts
Expand Down

0 comments on commit 65176ab

Please sign in to comment.