From f16eddee8410930a20309c41063631c4177643a5 Mon Sep 17 00:00:00 2001
From: ylemkimon <y@ylem.kim>
Date: Tue, 15 Sep 2020 04:37:09 +0900
Subject: [PATCH] Update README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 87117b0..a714c0f 100644
--- a/README.md
+++ b/README.md
@@ -226,7 +226,7 @@ jobs:
     steps:
       - uses: actions/checkout@v2
         with:
-          ref: refs/pull/${{ github.event.pull_request.number }}/head
+          ref: refs/pull/${{ github.event.pull_request.number }}/merge
 ```
 
 **WARNING! NEVER** run code from pull requests of public repositories! The token of `pull_request_target` event has write access.