apple muncy commited on
Commit
3029acf
·
1 Parent(s): 68b9842

change ' to "

Browse files

Signed-off-by: apple muncy <[email protected]>

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -234,7 +234,7 @@ async def process_webhook_comment(webhook_data: Dict[str, Any]):
234
  try:
235
  # Create a comprehensive prompt for the agent
236
  user_prompt = f"""
237
- I need to add the following tags to the repository '{repo_name}': {", ".join(all_tags)}
238
 
239
  For each tag, please:
240
  1. Check if the tag already exists on the repository using get_current_tags
 
234
  try:
235
  # Create a comprehensive prompt for the agent
236
  user_prompt = f"""
237
+ I need to add the following tags to the repository "{repo_name}": {", ".join(all_tags)}
238
 
239
  For each tag, please:
240
  1. Check if the tag already exists on the repository using get_current_tags