Skip to content

Commit a60a784

Browse files
Update .github/workflows/update.jl
1 parent ce841b6 commit a60a784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ for dir in readdir(benchpath)
5858
GitHub.create_pull_request("SciML/SciMLBenchmarks.jl"; params = params, auth = myauth)
5959
else
6060
@info("Updating the pull request numbered: ", prs[dir])
61-
GitHub.update_pull_request("SciML/SciMLBenchmarks.jl", prs[dir]; auth=myauth)
61+
GitHub.update_pull_request("SciML/SciMLBenchmarks.jl", prs[dir]; auth = myauth)
6262
end
6363
end
6464
end

0 commit comments

Comments
 (0)