Skip to content

Commit

Permalink
Remove git-branch from config
Browse files Browse the repository at this point in the history
I don't think it's required
  • Loading branch information
jorisroovers committed Jan 4, 2023
1 parent 1b51b19 commit ac22c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
with:
path-to-lcov: ".coverage.lcov"
github-token: ${{ secrets.GITHUB_TOKEN }}
git-branch: ${{ github.head_ref }}
# git-branch: ${{ github.head_ref }}
git-commit: ${{ github.event.pull_request.head.sha }}
flag-name: gitlint-${{ matrix.os }}-${{ matrix.python-version}}
parallel: true
Expand Down

0 comments on commit ac22c2c

Please sign in to comment.