Skip to content

Commit 62a6d1c

Browse files
asherfstevehipwell
andauthored
Fix GHA deprecation of the ::set-output function (#615)
* Fix GHA deprecation of the ::set-output function https://github.com/fluent/helm-charts/actions/runs/15448780655/job/43485353387?pr=614#step:6:17 https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ Signed-off-by: Asher Foa <asher@asherfoa.com> * Update .github/workflows/lint-test.yaml Co-authored-by: Steve Hipwell <steve.hipwell@gmail.com> Signed-off-by: Asher Foa <asher@userclouds.com> --------- Signed-off-by: Asher Foa <asher@asherfoa.com> Signed-off-by: Asher Foa <asher@userclouds.com> Co-authored-by: Steve Hipwell <steve.hipwell@gmail.com>
1 parent da19c2d commit 62a6d1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: |
3232
changed=$(ct list-changed --config ct.yaml)
3333
if [[ -n "$changed" ]]; then
34-
echo "::set-output name=changed::true"
34+
echo "changed=true" >> "${GITHUB_OUTPUT}"
3535
fi
3636
3737
- name: Run chart-testing (lint)

0 commit comments

Comments
 (0)