Skip to content

Commit

Permalink
Fix logging issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vimleshtna committed Dec 9, 2024
1 parent 332acf3 commit 9186f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/logs.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

client = boto3.client("logs")
timestamp = int(time.time()) * 1000
log_group_name = f"terraform-plan-outputs-{sys.argv[3]}"
log_group_name = sys.argv[3]
log_stream_name = sys.argv[2]

with open(sys.argv[1]) as file:
Expand Down

0 comments on commit 9186f92

Please sign in to comment.