Skip to content

Commit

Permalink
fix: input name
Browse files Browse the repository at this point in the history
  • Loading branch information
salmanm committed Nov 11, 2020
1 parent 40ad9cc commit cad1405
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This action automatically merges dependabot PRs.

## Inputs

### `GITHUB_TOKEN`
### `github-token`

**Required** A github token.

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "Github Action Merge Dependabot"
description: "Automatically merge dependabot PRs"
inputs:
GITHUB_TOKEN:
github-token:
description: "A GitHub token."
required: true
runs:
Expand Down

0 comments on commit cad1405

Please sign in to comment.