Skip to content

Commit a23a780

Browse files
authored
Merge pull request #807 from rust-embedded/fix-typo-in-regress
Fix typo
2 parents 061329d + a180442 commit a23a780

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/diff.yml

+1-2
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)