We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce841b6 commit a60a784Copy full SHA for a60a784
.github/workflows/update.jl
@@ -58,7 +58,7 @@ for dir in readdir(benchpath)
58
GitHub.create_pull_request("SciML/SciMLBenchmarks.jl"; params = params, auth = myauth)
59
else
60
@info("Updating the pull request numbered: ", prs[dir])
61
- GitHub.update_pull_request("SciML/SciMLBenchmarks.jl", prs[dir]; auth=myauth)
+ GitHub.update_pull_request("SciML/SciMLBenchmarks.jl", prs[dir]; auth = myauth)
62
end
63
64
0 commit comments