From a4543f72509b5292e11ece2fe9eb73a3e3d63f3a Mon Sep 17 00:00:00 2001 From: Chai Date: Tue, 22 Feb 2022 21:12:21 +0800 Subject: [PATCH 1/2] fix image --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a39d09..3b01a51 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A GitHub action to create a comment for a commit on GitHub. -![Commit Comment Example](https://github.com/peter-evans/commit-comment/blob/master/comment-example.png?raw=true) +![Commit Comment Example](https://raw.githubusercontent.com/peter-evans/commit-comment/main/comment-example.png) ## Usage From 1ad25899f158b5f745ddad0b15388e2e52a8aae4 Mon Sep 17 00:00:00 2001 From: Chai Date: Tue, 22 Feb 2022 21:15:32 +0800 Subject: [PATCH 2/2] fix: fix image preview --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b01a51..a154bb9 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A GitHub action to create a comment for a commit on GitHub. -![Commit Comment Example](https://raw.githubusercontent.com/peter-evans/commit-comment/main/comment-example.png) +![Commit Comment Example](https://github.com/peter-evans/commit-comment/blob/main/comment-example.png?raw=true) ## Usage