We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f56549 commit a98b7fcCopy full SHA for a98b7fc
1 file changed
.github/workflows/build.yaml
@@ -58,7 +58,7 @@ jobs:
58
depth: 0
59
- shell: bash
60
run: |
61
- git log --name-only --pretty=format: "${BASE_SHA}..${HEAD_SHA}"
+ git diff --name-only "${BASE_SHA}..${HEAD_SHA}"
62
63
# cargo-udeps:
64
# name: Run cargo-udeps
0 commit comments