diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 07c31b94c..5f279000a 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -47,8 +47,8 @@ jobs: - name: Generate readable error messages for GitHub if: failure() run: | - git diff --name-only | xargs -I '{}' echo "::error file={},line=1,endLine=1,title=XML Format::Run android-xml-formatter.jar on this file or view CI output to see how it should be formatted." python .github/workflows/errorPrinter.py + git diff --name-only | xargs -I '{}' echo "::error file={},line=1,endLine=1,title=XML Format::Run android-xml-formatter.jar on this file or view CI output to see how it should be formatted." false unit-test: