Skip to content

Commit 28551f2

Browse files
committed
Fix parameter type in README
1 parent f36e527 commit 28551f2

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
@@ -93,7 +93,7 @@ Build a specific version of a PHP extension.
9393
#### Inputs
9494

9595
- `extension-url` (optional) - URL of the extension's git repository, defaults to the current repository.
96-
- `extension-ref` (required) - The git reference to build the extension, defaults to the GitHub reference that triggered the workflow.
96+
- `extension-ref` (optional) - The git reference to build the extension, defaults to the GitHub reference that triggered the workflow.
9797
- `php-version` (required) - The PHP versions to build the extension for.
9898
- `arch` (required) - The architecture to build the extension for.
9999
- `ts` (required) - The thread safety to build the extension for.

0 commit comments

Comments
 (0)