We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51336d8 commit 4085000Copy full SHA for 4085000
.github/workflows/lint.yml
@@ -26,7 +26,7 @@ jobs:
26
export TRAVIS_COMMIT_RANGE=origin/${{ github.base_ref }}...origin/${{ github.head_ref }}
27
else
28
git fetch --depth=50 origin ${{ github.ref }}
29
- export TRAVIS_COMMIT_RANGE=$(git log --format="%H" | tail -n1)...origin/${{ github.ref }}
+ export TRAVIS_COMMIT_RANGE=$(git log --format="%H" | tail -n1)...${{ github.ref }}
30
fi
31
git log --oneline --graph ${TRAVIS_COMMIT_RANGE}
32
.github/lint-commit-message.sh
0 commit comments