diff --git a/.github/workflows/ci_test.yml b/.github/workflows/ci_test.yml index a9c397b2c..45332a5f6 100644 --- a/.github/workflows/ci_test.yml +++ b/.github/workflows/ci_test.yml @@ -36,7 +36,7 @@ jobs: message=$(git log -1 --pretty=format:'%B') re="\[(docs.only|skip-tests).*\]" if [[ $message =~ $re ]]; then - echo "::set-output name=match::true" + echo "match=true" >> $GITHUB_OUTPUT echo "$message -> Match is true" else echo "$message -> Match is false"