Skip to content

Commit

Permalink
Merge pull request #25 from alerque/use-gh-run-id
Browse files Browse the repository at this point in the history
Use run-id istead of tracking-id to combine steps from a workflow
  • Loading branch information
moteus authored Jul 8, 2020
2 parents bc06063 + 011d6cb commit 2cd56f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/luacov/coveralls/CiInfo.lua
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ local CI_CONFIG = {
branch = "GITHUB_REF";
service_number = NULL;
pull_request = NULL;
job_id = "RUNNER_TRACKING_ID";
job_id = "GITHUB_RUN_ID";
token = "COVERALLS_REPO_TOKEN";
commit_id = "GITHUB_SHA";
author_name = NULL;
Expand Down

0 comments on commit 2cd56f0

Please sign in to comment.