Skip to content
Prev Previous commit
Next Next commit
fixup! fixup! fixup! fixup! fixup! tools: fix commit-lint GH Actions CI
  • Loading branch information
aduh95 committed Nov 17, 2021
commit 5a5132ebb203b43ab7f2c481b5544b3101a6cec6
2 changes: 1 addition & 1 deletion .github/workflows/commit-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: ${{ steps.nb-of-commits.outputs.nb }}
- run: git --no-pager log HEAD^2~${{ github.event.pull_request.commits }}
- run: git --no-pager log $(git rev-parse HEAD^2)~${{ github.event.pull_request.commits }}
# - name: Install Node.js
# uses: actions/setup-node@v2
# with:
Expand Down