Skip to content

Commit

Permalink
Adding more outputs (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
kraenhansen authored Sep 21, 2022
1 parent 6a4accd commit d50ce65
Show file tree
Hide file tree
Showing 3 changed files with 2,426 additions and 101 deletions.
13 changes: 13 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,21 @@ inputs:
outputs:
number:
description: The Pull Request's number if one was found (e.g. '345' for #345)
title:
description: The Pull Request's title if one was found
url:
description: The Pull Request's URL if one was found
head-ref:
description: The Pull Request's head ref (branch name) if one was found
head-sha:
description: The Pull Request's head sha if one was found
base-ref:
description: The Pull Request's base ref (branch name) if one was found
base-sha:
description: The Pull Request's base sha if one was found
base-repo:
description: The Pull Request's base repository full name (e.g. octocat/Hello-World)

runs:
using: 'node12'
main: 'dist/index.js'
Loading

0 comments on commit d50ce65

Please sign in to comment.