Skip to content

Commit

Permalink
Add inputs for repo and PR number
Browse files Browse the repository at this point in the history
Signed-off-by: xie-jinwei <[email protected]>
  • Loading branch information
xie-jinwei committed Sep 1, 2021
1 parent bbd4c93 commit 6d7aea1
Show file tree
Hide file tree
Showing 3 changed files with 4,739 additions and 4,715 deletions.
8 changes: 8 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ runs:
using: "node12"
main: "dist/index.js"
inputs:
repo:
description: "Owner/Name of the repo"
required: false
default: ${{ github.repository }}
number:
description: "Pull request number"
required: false
default: ""
repo-token:
description: "The GITHUB_TOKEN secret"
required: true
Expand Down
Loading

0 comments on commit 6d7aea1

Please sign in to comment.