diff --git a/.github/scripts/python/handle_new_contributor.py b/.github/scripts/python/handle_new_contributor.py index ac89eeec..8bc741ef 100644 --- a/.github/scripts/python/handle_new_contributor.py +++ b/.github/scripts/python/handle_new_contributor.py @@ -266,9 +266,6 @@ def main(): ) ) - with open(os.environ["GITHUB_ENV"], "r", encoding="utf-8") as github_env: - print(github_env.read()) - # pr_url, dd_api_user_auth = get_starter_info() # fetch_main_branch()