Skip to content

Commit

Permalink
test action
Browse files Browse the repository at this point in the history
  • Loading branch information
vijayamadhavareddy committed Apr 15, 2024
1 parent ed03771 commit 83dda4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/aws_ssm.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ def run(aws_parameters: dict[str, AwsParameter]):
with open(path, 'r') as f:
params_from_file = parse_input_params(f.read())
params = {**params_from_file, **params_inline}.items()
print(params)

0 comments on commit 83dda4a

Please sign in to comment.