Skip to content

Commit

Permalink
fix: badly form GitHub API call
Browse files Browse the repository at this point in the history
  • Loading branch information
blackheaven committed Aug 16, 2024
1 parent 6890c2d commit 64115b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ sendAdvisories ghContext packageAdvisories = do
queryGitHub
GHEndpoint
{ method = POST,
endpoint = "/repos/:owner/:repo/code-scanning/sarifs",
endpoint = "/repos/:repo/code-scanning/sarifs",
endpointVals =
[ "repo" := ghContext.ownerRepository
],
Expand Down

0 comments on commit 64115b4

Please sign in to comment.