diff --git a/.github/workflows/check_coding_rule.yml b/.github/workflows/check_coding_rule.yml index fdc405ed4..5f3e9372c 100644 --- a/.github/workflows/check_coding_rule.yml +++ b/.github/workflows/check_coding_rule.yml @@ -35,7 +35,7 @@ jobs: python ./src_core/Script/CI/check_coding_rule.py ./src_core/Script/CI/check_coding_rule.json | tee /tmp/coding-rule.log status="${PIPESTATUS[0]}" echo "status: ${status}" - echo "::set-output name=status::${status}" + echo "status=${status}" >> "$GITHUB_OUTPUT" exit "${status}" - name: install reviewdog