Skip to content

Commit 3a4c7c6

Browse files
committed
1.8.0
1 parent 8ffd0e6 commit 3a4c7c6

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

dist/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9744,6 +9744,7 @@ const main = async () => {
97449744
core.setOutput('base-ref', pr ? pr.base.ref : '')
97459745
core.setOutput('base-sha', pr ? pr.base.sha : '')
97469746
core.setOutput('base-repo', pr ? pr.base.repo.full_name : '')
9747+
core.setOutput('state', pr ? pr.state : '')
97479748
}
97489749

97499750
main().catch(err => core.setFailed(err.message))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "find-pull-request-action",
33
"private": true,
4-
"version": "1.7.2",
4+
"version": "1.8.0",
55
"license": "MIT",
66
"description": "GitHub Action for finding pull requests",
77
"repository": "juliangruber/find-pull-request-action",

0 commit comments

Comments
 (0)