Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
clemensgg committed Jan 17, 2024
1 parent c9da453 commit c67bf17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/add_operator_to_path.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def main():

operator_name = operator_data.get('Operator Name').replace(" ", "_")
branch_name = f"operator-onboarding-{issue_number}-{operator_name}"
repo_full_name = os.environ['GITHUB_REPOSITORY'] # "owner/repo"
repo_full_name = os.environ['GITHUB_REPOSITORY']
pr_url = f"https://github.com/{repo_full_name}/compare/main...{branch_name}?expand=1"
success_message = (
f"Input validation passed. Your changes have been committed to the branch `{branch_name}`.\n"
Expand Down

0 comments on commit c67bf17

Please sign in to comment.