From ccef5d5e8e1d3bcb3ae2e603489fe9b9db579ff5 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Tue, 20 Jul 2021 18:11:03 +0900 Subject: [PATCH] Tweak readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 29a7869..3ecdc34 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ GitHub Action for creating GitHub Releases based on changelog. - [Example workflow: Create a draft release](#example-workflow-create-a-draft-release) - [Example workflow: Custom title](#example-workflow-custom-title) - [Example workflow: No changelog](#example-workflow-no-changelog) - - [Example workflow: Reject releases from outside the main branch](#example-workflow-reject-releases-from-outside-the-main-branch) + - [Example workflow: Reject releases from outside of main branch](#example-workflow-reject-releases-from-outside-of-main-branch) - [Other examples](#other-examples) - [Related Projects](#related-projects) - [License](#license) @@ -151,7 +151,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} ``` -### Example workflow: Reject releases from outside the main branch +### Example workflow: Reject releases from outside of main branch You can reject releases from commits not contained in branches that match the specified pattern by using `branch` option.