From 2f51578d39eb311074c53d7b8ce434133214d079 Mon Sep 17 00:00:00 2001 From: hestonhoffman Date: Mon, 4 Mar 2024 08:42:29 -0800 Subject: [PATCH] Bug fix --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 82435b7..321a117 100644 --- a/main.py +++ b/main.py @@ -111,6 +111,6 @@ def get_lines(line_dict): with open(github_output, 'a', encoding='utf-8') as f: f.write( - f'changed_lines={json.dumps(added_lines)}\n' + + f'changed_lines={json.dumps(filter_added_lines)}\n' + f'changed_files={filename_list.strip()}\n' ) \ No newline at end of file