Skip to content

Commit d9d07aa

Browse files
committed
feat: add app folder
1 parent 9357db0 commit d9d07aa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ inputs:
7373
description: "Sets the composer memory limit"
7474
required: false
7575

76+
app_folder:
77+
description: "Sets the aplication folder"
78+
required: false
79+
7680
outputs:
7781
full_command:
7882
description: "The full command passed to docker to run"
@@ -99,6 +103,7 @@ runs:
99103
ACTION_SSH_PORT: ${{ inputs.ssh_port }}
100104
ACTION_WORKING_DIR: ${{ inputs.working_dir }}
101105
ACTION_MEMORY_LIMIT: ${{ inputs.memory_limit }}
106+
ACTION_APP_FOLDER: ${{ inputs.app_folder }}
102107
id: composer_run
103108
run: |
104109
set -e

0 commit comments

Comments
 (0)