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.
2 parents 9539ed3 + e2b26d3 commit ec9612eCopy full SHA for ec9612e
.github/workflows/SublibraryCI.yml
@@ -33,7 +33,7 @@ jobs:
33
CHANGED=$(git diff --name-only ${{ github.event.before }} ${{ github.sha }} 2>/dev/null || git diff --name-only HEAD~1 HEAD)
34
else
35
# For pull requests, compare against the base branch
36
- git fetch origin ${{ github.event.pull_request.base.ref }} --depth=1
+ git fetch origin ${{ github.event.pull_request.base.ref }}
37
CHANGED=$(git diff --name-only origin/${{ github.event.pull_request.base.ref }}...HEAD)
38
fi
39
0 commit comments