Skip to content

Commit

Permalink
fix: Fix name in action.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Walton committed Sep 11, 2019
1 parent ea4ed3d commit af6590c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ PR.
if: success() && steps.findPr.outputs.pr
env:
PR: ${{ steps.findPr.outputs.pr }}
```
```
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit af6590c

Please sign in to comment.