Skip to content

Commit 81ab066

Browse files
committed
use COVERALLS_GIT_BRANCH like documented in their npm package readme
- example from https://www.npmjs.com/package/coveralls
1 parent ceabcfe commit 81ab066

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ jobs:
3636
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
3737
COVERALLS_SERVICE_NAME: "gh-actions"
3838
COVERALLS_SERVICE_NUMBER: "${{ github.run_id }}:${{ github.run_number }}"
39-
COVERALLS_GIT_BRANCH: ${{ steps.extract_branch.outputs.branch }}
39+
COVERALLS_GIT_BRANCH: ${{ github.ref }}
4040
COVERALLS_PARALLEL: "true"

0 commit comments

Comments
 (0)