Skip to content

Commit 280bb02

Browse files
committed
feat: update readme to include example of app_folder
1 parent 1d8a288 commit 280bb02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ Any arbitrary arguments can be passed to composer by using the `args` input, how
6969
+ `php_version` - Choose which version of PHP you want to use - x.y (default `latest`) (e.g. `7.4.29`, 8.2`, or any version listed on https://www.php.net/releases/index.php)
7070
+ `version` - Choose which version of Composer you want to use - default `latest` (e.g. `1.10`, `2.3`, `2.5.4`)
7171
+ `memory_limit` - Sets the composer memory limit - (default _empty_)
72+
+ `app_folder` - Sets the aplication folder - (default /app)
7273

7374
There are also SSH input available: `ssh_key`, `ssh_key_pub` and `ssh_domain` that are used for depending on private repositories. See below for more information on usage.
7475

0 commit comments

Comments
 (0)