Skip to content

Commit

Permalink
typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
lnxpy committed Apr 30, 2024
1 parent 6ec1a4d commit b030b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b030b14

Please sign in to comment.