This is an automated email from the ASF dual-hosted git repository. dockerzhang pushed a commit to branch fix-6555 in repository https://gitbox.apache.org/repos/asf/inlong.git
commit 1f2fb2329a8d38f9ef1585010d990a0949327001 Author: dockerzhang <dockerzh...@apache.org> AuthorDate: Wed Nov 16 14:55:59 2022 +0800 [INLONG-6555][CI] Update for set-output command is deprecated --- .github/workflows/ci_chart_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_chart_test.yml b/.github/workflows/ci_chart_test.yml index dabf18b2a..fa92911a7 100644 --- a/.github/workflows/ci_chart_test.yml +++ b/.github/workflows/ci_chart_test.yml @@ -76,7 +76,7 @@ jobs: run: | changed=$(ct list-changed --config ${{ env.CT_CONFIG_PATH }} --target-branch ${{ github.event.repository.default_branch }}) if [[ -n "$changed" ]]; then - echo "::set-output name=changed::true" + echo "name=changed::true" >> $GITHUB_OUTPUT echo "Changed charts: $changed" else echo "Charts are not changed, they will not be linted, validated, installed and tested."