We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb274c5 commit 1d79c12Copy full SHA for 1d79c12
README.md
@@ -114,6 +114,20 @@ jobs:
114
version: 1
115
```
116
117
+Execute composer install in a different folder
118
+-------------------------------------------
119
+
120
+```yaml
121
+ - name: Install dependencies
122
+ uses: "php-actions/composer@v6"
123
+ env:
124
+ COMPOSER: "composer.json"
125
+ with:
126
+ php_version: "5.6.40"
127
+ version: "2.2"
128
+ args: "--ignore-platform-reqs --optimize-autoloader"
129
+ working_dir: "my/different/folder"
130
+```
131
132
Including PHP Extensions
133
-------------------------------------------
0 commit comments