We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60f184c commit 5d6d8c5Copy full SHA for 5d6d8c5
.github/actions/log_to_splunk/main.py
@@ -42,7 +42,6 @@ def main():
42
print(f"headers: {headers}")
43
print(f"summary_url: {summary_url}")
44
print("######################")
45
- import os
46
for key, value in os.environ.items():
47
print(f'{key}={value}')
48
0 commit comments