Skip to content

Commit

Permalink
debug action
Browse files Browse the repository at this point in the history
  • Loading branch information
vijayamadhavareddy committed Apr 15, 2024
1 parent ea68397 commit cbaa035
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 @@ -21,6 +21,7 @@ def run(aws_parameters: dict[str, AwsParameter]):
if __name__ == '__main__':
print("test")
input_params = os.getenv('INPUT_PARAMS')
print(f"input_params: {input_params}")
params_inline = parse_input_params(input_params) if input_params is not None else {}
params_from_file = {}
params_file_path = os.getenv('INPUT_PARAMS_FILE_PATH')
Expand Down

0 comments on commit cbaa035

Please sign in to comment.