Skip to content

Commit a180442

Browse files
committed
Fix typo
1 parent 061329d commit a180442

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/diff.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ jobs:
5757
tool: git-delta
5858

5959
# 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 ${{ matrix.command }}
60+
- run: cargo regress diff --use-pager-directly ${{ matrix.command }}
6261
env:
6362
GH_TOKEN: ${{ github.token }}
6463
GITHUB_PR: ${{ matrix.pr }}

0 commit comments

Comments
 (0)