Skip to content

Commit 5d6d8c5

Browse files
committed
wip
1 parent 60f184c commit 5d6d8c5

File tree

1 file changed

+0
-1
lines changed
  • .github/actions/log_to_splunk

1 file changed

+0
-1
lines changed

.github/actions/log_to_splunk/main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ def main():
4242
print(f"headers: {headers}")
4343
print(f"summary_url: {summary_url}")
4444
print("######################")
45-
import os
4645
for key, value in os.environ.items():
4746
print(f'{key}={value}')
4847
print("######################")

0 commit comments

Comments
 (0)