From c639d964e8e41afd4027c60e7ca4e7001bc1eb30 Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Mon, 4 May 2020 10:30:24 +0900 Subject: [PATCH] docs: Fix image size --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a9191b3a7..cdae3da4a 100644 --- a/README.md +++ b/README.md @@ -397,7 +397,7 @@ When we create a commit with a message `docs: Update some post`, a deployment co commit_message: ${{ github.event.head_commit.message }} ``` -![Set a custom commit message - GitHub Actions for GitHub Pages](./images/commit_message.jpg) +Set a custom commit message - GitHub Actions for GitHub Pages To set a full custom commit message without a triggered commit hash, use the `full_commit_message` option instead of the `commit_message` option.