From e7522f5f64271a6ed3fec2c4ce70ccf587c36c8a Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Sat, 19 Nov 2022 23:52:12 -0700 Subject: explicitly pass --no-pager to git diff in CI workflow --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 60f0a9c9..e4e43af6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -109,7 +109,7 @@ jobs: cd - if [ -n "$(git diff --name-only -- data/stylesheets)" ]; then echo 'Detected the following uncommitted changes to the default stylesheet:' - git diff + git --no-pager diff exit 1 fi - name: Run tests -- cgit v1.2.3