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 ec2b1fd commit 4e431f8Copy full SHA for 4e431f8
utils/pr_commenter.jl
@@ -82,7 +82,7 @@ function replace_and_push_files(res, new_org, origin, new_branch_name)
82
# Add figures
83
run(`git config --global user.email "name@example.com"`)
84
run(`git config --global user.name "JuliaControl Bot"`)
85
- run(`git add src/figures/*`)
+ run(`git add src/figures/"*"`) # Escaping special char *
86
run(`git commit -m "automated plots test"`)
87
run(`git remote add bot https://JuliaControlBot:$(ENV["ACCESS_TOKEN_BOT"])@github.com/$(new_org)/ControlExamplePlots.jl.git`)
88
run(`git push -u bot $new_branch_name`)
0 commit comments