We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 061329d + a180442 commit a23a780Copy full SHA for a23a780
.github/workflows/diff.yml
@@ -57,8 +57,7 @@ jobs:
57
tool: git-delta
58
59
# if a new line is added here, make sure to update the `summary` job to reference the new step index
60
- - run: cargo regress diff ${{ matrix.command }}
61
+ - run: cargo regress diff --use-pager-directly ${{ matrix.command }}
62
env:
63
GH_TOKEN: ${{ github.token }}
64
GITHUB_PR: ${{ matrix.pr }}
0 commit comments