Skip to content

Commit d32ddfa

Browse files
Fix configuration argument name in readme
action.yml says the argument is called `configuration`
1 parent 9607e5d commit d32ddfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Inputs
3838

3939
The following configuration options are available:
4040

41-
+ `config` Path to the `phpunit.xml` file (default: `test/phpunit/phpunit.xml`)
41+
+ `configuration` Path to the `phpunit.xml` file (default: `test/phpunit/phpunit.xml`)
4242
+ `junit` Path to junit output file (default: `test/phpunit/_junit/junit.xml`)
4343
+ `memory` The memory limit to run your tests with (default: `512M`)
4444
+ `bootstrap` The path to the bootstrap file (default: `vendor/autoload.php`)

0 commit comments

Comments
 (0)