From b030b1469157e84911fd888769f1f4404195283f Mon Sep 17 00:00:00 2001 From: Sadra Yahyapour Date: Wed, 1 May 2024 00:12:04 +0330 Subject: [PATCH] typo fixed --- docs/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart.md b/docs/quickstart.md index c003014..d1f1733 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -123,7 +123,7 @@ def my_action(name: str) -> None: ## Usage & Deployment In order to use the action within the repository, update the `test.yml` file in the following way. -```yaml title="pyaction-hello-world/.github/workflow/test.yml" linenums="1" +```yaml title="pyaction-hello-world/.github/workflows/test.yml" linenums="1" name: Greeting Action on: