From 83311ff3d75c512ea59a93ad31595c2c3220a07c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Andr=C3=A9?= Date: Thu, 13 Aug 2026 04:36:40 +0200 Subject: [PATCH] Clarify action documentation --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8a6e2fe..de85fac 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ -# Setup Playwright (for PHP) +# Playwright PHP Setup Action Install the Playwright npm package and browser binaries for a [Playwright PHP](https://playwright-php.dev) GitHub Actions workflow. @@ -135,11 +135,11 @@ The action version and the `playwright-version` input are independent: the first selects the action code, the second selects the npm package and browser binaries the action installs. -## Testing the action +## Contributing -1. Trigger `.github/workflows/test.yml` via `workflow_dispatch` to exercise the action on hosted runners. -2. Run the same workflow with [`act`](https://github.com/nektos/act) to catch issues locally before pushing. -3. In a scratch repo, reference the action with `uses: ./` so every commit is validated before tagging a Marketplace release. +The action is validated by `.github/workflows/test.yml` on Linux, macOS, and +Windows. Trigger that workflow with `workflow_dispatch`, or run it with +[`act`](https://github.com/nektos/act) for a local Linux check. ## License