Remove quotes from command line argument lists
This commit is contained in:
@@ -61,7 +61,7 @@ def main():
|
||||
'gh', 'pr', 'create',
|
||||
'--repo=joerick/cibuildwheel',
|
||||
'--base=master',
|
||||
"--title='Update dependencies'",
|
||||
"--title=Update dependencies",
|
||||
f"--body='{body}'",
|
||||
],
|
||||
check=True
|
||||
|
||||
Reference in New Issue
Block a user