From d2950c11f02435a7e5a09e264fde94d3057d12b1 Mon Sep 17 00:00:00 2001 From: Tugdual Grall Date: Mon, 10 Apr 2023 07:37:52 +0200 Subject: [PATCH] Update README.md : during PR Review Co-authored-by: Henry Mercer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4cd6420a..4124a555c 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,7 @@ Use the `config` parameter of the `init` action to enable a workflow based confi - **Actions Variables** - You can use actions or environment variables to use dynamic configuration. + You can use actions or environment variables to share configuration across multiple repositories and to modify configuration without needing to edit the workflow file. ```yaml - uses: github/codeql-action/init@v2