Skip to content

Commit

Permalink
docs: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Walton committed Sep 10, 2019
1 parent 5a6cf7b commit ea4ed3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ If the event is a `pull_request`, it's very easy to get the current PR number
from the context via `${{ github.event.number }}`, but unfortunately this
information does not seem to be readily available for a `push` event. This
action sends a request to GitHub to find the PR associated with the current SHA,
and returns it in the `pr` output.
and returns it in the `pr` output. `pr` will be an empty string if there is no
PR.

## Usage

Expand Down

0 comments on commit ea4ed3d

Please sign in to comment.