From 942e5a917e513aa591bec10a425f432000c60415 Mon Sep 17 00:00:00 2001 From: Peter Evans <18365890+peter-evans@users.noreply.github.com> Date: Fri, 16 Aug 2024 15:32:15 -0700 Subject: [PATCH] fix doc --- docs/concepts-guidelines.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/concepts-guidelines.md b/docs/concepts-guidelines.md index 52bb7ff..379589c 100644 --- a/docs/concepts-guidelines.md +++ b/docs/concepts-guidelines.md @@ -424,8 +424,8 @@ The action can use GPG to sign commits with a GPG key that you generate yourself 6. The following example workflow shows how to use [crazy-max/ghaction-import-gpg](https://github.com/crazy-max/ghaction-import-gpg) to import your GPG key and allow the action to sign commits. - > [!IMPORTANT] - > The `committer` email address *MUST* match the email address used to create your GPG key. +> [!IMPORTANT] +> The `committer` email address *MUST* match the email address used to create your GPG key. ```yaml steps: