Skip to content

Commit

Permalink
Fix lock-reason parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Dec 8, 2019
1 parent d84b30c commit dfbd97e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
number: ${{ github.event.pull_request.number }}
lock_reason: resolved
lock-reason: resolved
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ This action locks a pull-request
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
number: ${{ github.event.pull_request.number }}
lock_reason: resolved
lock-reason: resolved
```
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ inputs:
number:
description: "Pull Request number"
required: true
lock_reason:
lock-reason:
description: "The lock reason: off-topic,too heated,resolved,spam"
default: "resolved"
branding:
Expand Down

0 comments on commit dfbd97e

Please sign in to comment.