Skip to content

Commit

Permalink
Remove deprecated set-output command
Browse files Browse the repository at this point in the history
  • Loading branch information
idanovo committed Dec 3, 2023
1 parent 2a5073e commit ab82a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: |
changed=$(ct list-changed)
if [[ -n "$changed" ]]; then
echo "::set-output name=changed::true"
echo "changed=true" >> $GITHUB_OUTPUT
fi
- name: Run chart-testing (lint)
run: ct lint
Expand Down

0 comments on commit ab82a90

Please sign in to comment.