Skip to content

Commit

Permalink
Merge pull request #103 from gadenbuie/fix/session-diff-gha-url
Browse files Browse the repository at this point in the history
fix(parse_as_gha_url): job URL changed from `jobs/` to `job/`
  • Loading branch information
gaborcsardi authored Aug 28, 2024
2 parents 821f0b4 + 449697c commit f42531b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/github-actions.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ github_url_regex <- paste0(
github_fragment_regex <- paste0(
"/runs/",
"(?<run_id>[0-9]+)",
"/jobs/",
"/jobs?/",
"(?<html_id>[0-9]+)",
"$"
)
Expand Down

0 comments on commit f42531b

Please sign in to comment.