diff --git a/.github/workflows/checkin.yml b/.github/workflows/checkin.yml index 0ceb2ae..547a049 100644 --- a/.github/workflows/checkin.yml +++ b/.github/workflows/checkin.yml @@ -23,6 +23,6 @@ jobs: run: | git add . if ! git diff --cached --color=always --stat --exit-code; then - echo "##[error] Found changed files after build. Please 'yarn build && npm run format' and check in all changes." + echo "::error::Found changed files after build. Please 'yarn build && npm run format' and check in all changes." exit 1 fi \ No newline at end of file