Skip to content

Commit 202524c

Browse files
committed
debug python script
1 parent 2aeca30 commit 202524c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scripts/filter_git_diff.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import os
1010

1111
diff = os.getenv('CHANGED')
12-
#env_file = os.getenv('GITHUB_ENV')
12+
env_file = os.getenv('GITHUB_ENV')
1313

1414
diff_list = diff.split('\n')
1515

0 commit comments

Comments
 (0)