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 e801db9 commit 089a213
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 @@ -24,6 +24,7 @@ def run(aws_parameters: dict[str, AwsParameter]):
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')
print(params_file_path)
if params_file_path is not None:
path = pathlib.PurePath(os.getenv('WORKSPACE_DIR'), params_file_path)
with open(path, 'r') as f:
Expand Down

0 comments on commit 089a213

Please sign in to comment.