chore: markdown-table-formatter and formatting

This commit is contained in:
2025-02-09 03:07:31 +02:00
parent 7cd731f718
commit a44f1431dd
30 changed files with 80 additions and 69 deletions

View File

@@ -9,7 +9,7 @@ Runs Composer install on a repository with advanced caching and configuration.
### Inputs
| name | description | required | default |
| ------------------- | ------------------------------------------------------------- | -------- | --------------------------------------------------- |
|---------------------|---------------------------------------------------------------|----------|-----------------------------------------------------|
| `php` | <p>PHP Version to use.</p> | `true` | `8.4` |
| `extensions` | <p>Comma-separated list of PHP extensions to install</p> | `false` | `mbstring, xml, zip, curl, json` |
| `tools` | <p>Comma-separated list of Composer tools to install</p> | `false` | `composer:v2` |
@@ -23,7 +23,7 @@ Runs Composer install on a repository with advanced caching and configuration.
### Outputs
| name | description |
| ------------------ | ----------------------------------------------- |
|--------------------|-------------------------------------------------|
| `lock` | <p>composer.lock or composer.json file hash</p> |
| `php-version` | <p>Installed PHP version</p> |
| `composer-version` | <p>Installed Composer version</p> |