Skip to content

Commit

Permalink
Fix deprecated github output syntax
Browse files Browse the repository at this point in the history
Signed-off-by: Giovanni Toraldo <[email protected]>
  • Loading branch information
gionn authored Feb 13, 2023
1 parent 2c6c299 commit 3020d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,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 3020d90

Please sign in to comment.