Use default branch in QA::Resource::Repository::WikiPush

parent 33b5009b
......@@ -16,7 +16,7 @@ module QA
@file_name = 'Home.md'
@file_content = 'This line was created using git push'
@commit_message = 'Updating using git push'
@branch_name = 'master'
@branch_name = Runtime::Env.default_branch
@new_branch = false
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment