diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index 42b3044027..09351c42e5 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -22,7 +22,8 @@ jobs: run: | set -o pipefail pwd - ls -la + whoami + ls -la .git git branch git diff --exit-code | tee "clang-format.patch" - name: Upload patch