Skip to content

Commit

Permalink
Fix deprecated github output syntax (#52)
Browse files Browse the repository at this point in the history
Signed-off-by: Giovanni Toraldo <[email protected]>
  • Loading branch information
gionn committed Oct 11, 2023
1 parent 2c6c299 commit 014732b
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 014732b

Please sign in to comment.