Skip to content

Commit 9573f36

Browse files
committed
Test
1 parent 157fac3 commit 9573f36

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ deploy_lambda_function(){
3636
[ -n "$INPUT_LAMBDA_LAYER_ARN" ] && install_zip_dependencies && publish_dependencies_as_layer
3737
[ -n "$INPUT_LAMBDA_FUNCTION_NAME" ] && publish_function_code
3838
[ -n "$INPUT_LAMBDA_LAYER_ARN" ] && [ -n "$INPUT_LAMBDA_FUNCTION_NAME" ] && update_function_layers
39+
true
3940
}
4041

4142
deploy_lambda_function

0 commit comments

Comments
 (0)