From 45252774a4c73c4b82411bf7dc2b8f5fb8689077 Mon Sep 17 00:00:00 2001 From: Anuj Deshpande Date: Wed, 13 Jul 2022 10:10:40 +0530 Subject: [PATCH] Fix the full file yaml in the README --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cbc3d85..d63fd2e 100644 --- a/README.md +++ b/README.md @@ -401,8 +401,7 @@ All of the following steps will add the action to the workflow file that’s alr Here is what the full file should look like (we’re using issues instead of the pull request event and removing the reference to the hello world action.) ```yaml -- name: JS Actions - +name: JS Actions on: issues: types: [labeled] @@ -410,13 +409,12 @@ on: jobs: action: runs-on: ubuntu-latest - steps: - uses: actions/checkout@v3 - - - name: ha-ha + - name: ha-ha uses: ./.github/actions/joke-action ``` +