From 4e94fcc3727c3298db4e0db1c2bd21dc01abf17f Mon Sep 17 00:00:00 2001 From: mrT23 Date: Mon, 25 Sep 2023 18:57:50 +0300 Subject: [PATCH] typo --- Usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Usage.md b/Usage.md index a4169cac..7f6fcb9b 100644 --- a/Usage.md +++ b/Usage.md @@ -142,7 +142,7 @@ user=""" Note that the new prompt will need to generate an output compatible with the relevant [post-process function](./pr_agent/tools/pr_description.py#L137). ### Working with GitHub Action -You can configure settings in GitHyb action by adding environment variables under the env section in `.github/workflows/pr_agent.yml` file. Some examples: +You can configure settings in GitHub action by adding environment variables under the env section in `.github/workflows/pr_agent.yml` file. Some examples: ```yaml env: # ... previous environment values