From 5f0abc20f09534016a1105ea0ac491a92054c277 Mon Sep 17 00:00:00 2001 From: AIsland Date: Thu, 29 Oct 2020 16:24:34 +0800 Subject: [PATCH] CI: Fix incorrect URL Correct the link in the GitHub action commit message check showing users how to format all commits. Fixes: #1053 Signed-off-by: AIsland --- .github/workflows/commit-message-check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/commit-message-check.yaml b/.github/workflows/commit-message-check.yaml index 1b46714c9a..55f03fecde 100644 --- a/.github/workflows/commit-message-check.yaml +++ b/.github/workflows/commit-message-check.yaml @@ -10,7 +10,7 @@ env: error_msg: |+ See the document below for help on formatting commits for the project. - https://github.com/kata-containers/community/blob/master/CONTRIBUTING.md#patch-forma + https://github.com/kata-containers/community/blob/master/CONTRIBUTING.md#patch-format jobs: commit-message-check: