Skip to content

Commit

Permalink
Merge pull request #469 from cybozu-go/set-output
Browse files Browse the repository at this point in the history
Stop using set-output
  • Loading branch information
yokaze authored Oct 13, 2022
2 parents 8c014dc + 9e4a4ac commit 1b5b7cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,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)
run: ct lint --config ct.yaml
Expand Down

0 comments on commit 1b5b7cf

Please sign in to comment.