diff --git a/src/github_integration/gh_action.py b/src/github_integration/gh_action.py index 380f6996..c786b385 100644 --- a/src/github_integration/gh_action.py +++ b/src/github_integration/gh_action.py @@ -10,7 +10,7 @@ def set_output(name: str, value: str, default_output_path: str = "default_output output_file = os.getenv('GITHUB_OUTPUT', default_output_path) with open(output_file, 'a') as f: # f.write(f'{name}={value}\n') - f.write(f'{name}<