diff --git a/.github/workflows/code_health.yaml b/.github/workflows/code_health.yaml index 46e95044..1451f36e 100644 --- a/.github/workflows/code_health.yaml +++ b/.github/workflows/code_health.yaml @@ -112,5 +112,3 @@ jobs: uses: coverallsapp/github-action@v2.3.6 with: file: coverage/lcov.info - git-branch: ${{ github.head_ref || github.ref_name }} - git-commit: ${{ github.event.pull_request.head.sha || github.sha }} diff --git a/.github/workflows/code_health_fork.yaml b/.github/workflows/code_health_fork.yaml index bf8c408e..30e03450 100644 --- a/.github/workflows/code_health_fork.yaml +++ b/.github/workflows/code_health_fork.yaml @@ -86,8 +86,6 @@ jobs: uses: coverallsapp/github-action@v2.3.6 with: file: coverage/lcov.info - git-branch: ${{ github.head_ref || github.ref_name }} - git-commit: ${{ github.event.pull_request.head.sha || github.sha }} merge-dependabot-pr: name: Merge Dependabot PR