From 66712a74ba5c2a0fba63846556ff6f52bc7dd824 Mon Sep 17 00:00:00 2001 From: Jamie Schouten Date: Wed, 5 Feb 2025 19:44:08 +0100 Subject: [PATCH] Update readme --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d2ff369..11e77c3 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ jobs: uses: your-repo/.github/workflows/quality.yml@main ``` -### Secrets and Input Parameters +### Input Parameters - **username** (optional): - **Type:** `string` @@ -22,6 +22,14 @@ jobs: - **Default:** `${{ vars.REGISTRY_PASSWORD }}` - **Description:** Password for Docker registry authentication. If not provided, the workflow uses the default value from the `REGISTRY_PASSWORD` environment variable. +- **composer-args** (optional): + - **Type:** `string` + - **Default:** + ```bash + --verbose --prefer-dist --no-progress --no-interaction --no-dev --optimize-autoloader --ignore-platform-reqs --no-scripts + ``` + - **Description:** Arguments passed to the Composer setup command for PHP dependency installation. These arguments can be customized based on specific requirements. + ## Workflow Job: `quality` The `quality` job runs quality checks on the PHP codebase using the latest version of a Docker image specifically built for quality analysis. -- 2.47.2