Skip to content

Commit

Permalink
refactor: update inputs parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
fabidick22 committed Jun 26, 2022
1 parent 8b75aaa commit 362df7a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ name: 'PR Metadata Action'
description: 'Adds pull request file changes as a comment to a newly opened PR'
inputs:
path:
description: 'Paths list'
description: 'Path'
required: false
default: "."
default: "./"
token:
description: 'The token to use to access the GitHub API'
required: true
required: false
default: ${{ github.token }}
runs:
using: 'node12'
main: 'dist/index.js'

0 comments on commit 362df7a

Please sign in to comment.