From cab31617d857bf9e70dc35fd9e4dafe350794082 Mon Sep 17 00:00:00 2001 From: Riddhesh Sanghvi Date: Tue, 10 Dec 2019 21:47:38 +0530 Subject: [PATCH] Document update: Checkout PR head sha (#102) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b011c05..76c4d77 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ Refer [here](https://github.com/actions/checkout/blob/v1/README.md) for previous ```yaml - uses: actions/checkout@v2-beta with: - ref: ${{ github.event.after }} + ref: ${{ github.event.pull_request.head.sha }} ``` # License