Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tools: fix commit-lint GH Actions CI #40845

Closed
wants to merge 9 commits into from
Prev Previous commit
Next Next commit
fixup! fixup! fixup! fixup! fixup! fixup! tools: fix commit-lint GH A…
…ctions CI
  • Loading branch information
aduh95 committed Nov 17, 2021
commit bc8938ddcfb1039a03230268a6d8381f8911eb6f
3 changes: 2 additions & 1 deletion .github/workflows/commit-lint.yml
Original file line number Diff line number Diff line change
@@ -15,7 +15,8 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: ${{ steps.nb-of-commits.outputs.nb }}
- run: git --no-pager log $(git rev-parse HEAD^2)~${{ github.event.pull_request.commits }}
- run: git reset HEAD^2
- run: git --no-pager log HEAD~${{ github.event.pull_request.commits }}
# - name: Install Node.js
# uses: actions/setup-node@v2
# with: