From c05126ce083ff205b362d4f5115cc45f521d7786 Mon Sep 17 00:00:00 2001 From: Yoel Horvitz Date: Tue, 8 Feb 2022 16:12:34 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 607eb7d..d9daba6 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ The GitHub build runs the scrips as described above. The `lint` script runs the "no-unused-vars": "off", ``` -### Run test +### Test the action When you commit a change to any branch or a PR, the [test.yml](.github/workflows/test.yml) workflow runs with `clientId` parameter set to `test`. The `test` value indicates to the GitHub Action to exit the test successfully. We exit the test because because the required parameters are not configured in this repo.