Skip to content

Commit

Permalink
📖 Release v1.2.0
Browse files Browse the repository at this point in the history
📖 Release v1.2.0
  • Loading branch information
8BitJonny authored Sep 28, 2021
2 parents 6112fe4 + 297b1f2 commit a29e7e9
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 @@ -13,7 +13,7 @@ This action enables you to get the PR no matter which event type triggered the w
```
steps:
- uses: actions/checkout@v1
- uses: 8BitJonny/gh-get-current-pr@1.1.0
- uses: 8BitJonny/gh-get-current-pr@1.2.0
id: PR
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "actiongetcurrentpr",
"version": "1.1.0",
"version": "1.2.0",
"description": "Github Action for getting the current PR if the commit belongs to one",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit a29e7e9

Please sign in to comment.