From ba4ef34003b2f0babca92c34df78291c801fa142 Mon Sep 17 00:00:00 2001 From: Andres Rodriguez Date: Tue, 18 Jan 2022 09:03:46 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 66b50e3..240e44d 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ By default, `gh-find-current-pr` will only return open PRs. You can pass in a steps: - uses: actions/checkout@v1 # Find the PR associated with this push, if there is one. - - uses: jwalton/gh-find-current-pr@v1 + - uses: despegar/gh-find-current-pr@v1 id: findPr with: # Can be "open", "closed", or "all". Defaults to "open".