Skip to content

Commit

Permalink
1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangruber committed Jan 30, 2023
1 parent 8ffd0e6 commit 3a4c7c6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9744,6 +9744,7 @@ const main = async () => {
core.setOutput('base-ref', pr ? pr.base.ref : '')
core.setOutput('base-sha', pr ? pr.base.sha : '')
core.setOutput('base-repo', pr ? pr.base.repo.full_name : '')
core.setOutput('state', pr ? pr.state : '')
}

main().catch(err => core.setFailed(err.message))
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "find-pull-request-action",
"private": true,
"version": "1.7.2",
"version": "1.8.0",
"license": "MIT",
"description": "GitHub Action for finding pull requests",
"repository": "juliangruber/find-pull-request-action",
Expand Down

0 comments on commit 3a4c7c6

Please sign in to comment.