diff --git a/action.yml b/action.yml index 26dc29f..232e0be 100644 --- a/action.yml +++ b/action.yml @@ -40,6 +40,9 @@ inputs: ssh_domain: description: The domain to gather SSH public keys for (automatic for github.com, gitlab.com, bitbucket.org) required: false + relative_dir: + description: If your composer file is not in the directory, you can specify the relative directory. + required: false runs: diff --git a/entrypoint.sh b/entrypoint.sh index 7d19527..92be3b4 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -12,7 +12,7 @@ if [ ! -z "$INPUT_REPORT_FILE" ]; then fi SHOW_INFO="" -if [ "$INPUT_SHOW_INFO" = "true"]; then +if [ "$INPUT_SHOW_INFO" = "true" ]; then SHOW_INFO="--show-info=true" fi