Skip to content

Commit

Permalink
Attempt to fix by setting SHA explicitely
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisroovers committed Jan 4, 2023
1 parent 63f7834 commit 1b51b19
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,16 @@ jobs:
run: |
echo "GITHUB_REF: $GITHUB_REF"
echo "GITHUB_SHA: $GITHUB_SHA"
echo "github.head_ref: ${{ github.head_ref }}"
echo "github.event.pull_request.head.sha: ${{ github.event.pull_request.head.sha }}"
- name: Coveralls
uses: coverallsapp/github-action@master
with:
path-to-lcov: ".coverage.lcov"
github-token: ${{ secrets.GITHUB_TOKEN }}
git-branch: ${{ github.head_ref }}
git-commit: ${{ github.event.pull_request.head.sha }}
flag-name: gitlint-${{ matrix.os }}-${{ matrix.python-version}}
parallel: true
base-path: "gitlint-core"
Expand Down

0 comments on commit 1b51b19

Please sign in to comment.