From af6590cf4c4a6cfd9e02db9a3095ab119b1d63f6 Mon Sep 17 00:00:00 2001 From: Jason Walton Date: Wed, 11 Sep 2019 09:15:32 -0400 Subject: [PATCH] fix: Fix name in action.yml. --- README.md | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 23a4beb..fd5e53b 100644 --- a/README.md +++ b/README.md @@ -24,4 +24,4 @@ PR. if: success() && steps.findPr.outputs.pr env: PR: ${{ steps.findPr.outputs.pr }} -``` \ No newline at end of file +``` diff --git a/action.yml b/action.yml index 6318918..9037522 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: gh-find-current-pr +name: Find Current Pull Request author: jwalton description: Find a PR associated with the current commit. inputs: