From a18efd471d115684ca41ef12834258acf7a50445 Mon Sep 17 00:00:00 2001 From: Franco Victorio Date: Wed, 24 Apr 2024 10:38:29 +0200 Subject: [PATCH] Fix typo in example action --- publish/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/publish/README.md b/publish/README.md index 6fb4263..3b5a7ea 100644 --- a/publish/README.md +++ b/publish/README.md @@ -5,7 +5,7 @@ Test the integrity of a package publishing in [Verdaccio](https://verdaccio.org/ See in action in a full example: ``` -nname: Publish Pre-check +name: Publish Pre-check on: [push, pull_request] @@ -21,4 +21,4 @@ jobs: args: -d ``` -This is a based in Docker GitHub Action. \ No newline at end of file +This is a based in Docker GitHub Action.