Skip to content

Commit

Permalink
🔖 bump to v2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
8BitJonny authored Oct 27, 2022
1 parent dc4a322 commit 2501fb7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ This action enables you to get the PR no matter which event type triggered the w

```yml
steps:
- uses: 8BitJonny/[email protected].2
- uses: 8BitJonny/[email protected].3
id: PR

- run: echo "Your PR number is ${{ steps.PR.outputs.number }} and its JSON is ${{ steps.PR.outputs.pr }}"
Expand All @@ -39,7 +39,7 @@ This action enables you to get the PR no matter which event type triggered the w
See [action.yml](action.yml) for more details.
```yml
steps:
- uses: 8BitJonny/[email protected].2
- uses: 8BitJonny/[email protected].3
id: PR
with:
# Authetication token to access GitHub APIs. (Can be omitted by default.)
Expand All @@ -56,7 +56,7 @@ See [action.yml](action.yml) for more details.
See [action.yml](action.yml) for more details.
```yml
steps:
- uses: 8BitJonny/[email protected].2
- uses: 8BitJonny/[email protected].3
id: PR

- run: echo "PR ${prNumber} ${prTitle} at ${prUrl} is ${prJSON}"
Expand All @@ -81,7 +81,7 @@ Useful when the information you're looking for is not exported as a direct outpu
See [GitHub Documentation](https://docs.github.com/en/rest/commits/commits#list-pull-requests-associated-with-a-commit) for details how the object looks like.
```yml
steps:
- uses: 8BitJonny/[email protected].2
- uses: 8BitJonny/[email protected].3
id: PR
- name: "Pull Request ${{ steps.PR.outputs.number }}"
Expand All @@ -100,7 +100,7 @@ A short form of the article's explanation is, that Github creates an extra merge
To always find and pass the correct commit SHA to this action use this workflow config:
```yml
steps:
- uses: 8BitJonny/[email protected].2
- uses: 8BitJonny/[email protected].3
id: PR
with:
sha: ${{ github.event.pull_request.head.sha }}
Expand Down

0 comments on commit 2501fb7

Please sign in to comment.