Skip to content

Commit

Permalink
Fix typo repository
Browse files Browse the repository at this point in the history
Signed-off-by: KeisukeYamashita <[email protected]>
  • Loading branch information
KeisukeYamashita committed Oct 6, 2021
1 parent 73b851d commit 0225528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
| `labels` | Label that the target pull request should have | - |
| `labelsStrategy` | Check condition on how to check the labels (Options are `all`, `atLeastOne`). | `all` |
| `intervalSeconds` | Seconds between the check | `0.1` |
| `repostiory` | The GitHub repository containing the pull request | Current repository |
| `repository` | The GitHub repository containing the pull request | Current repository |
| `pullRequestNumber` | The number of the pull request. | `github.event.pull_request.number` |
| `sha` | SHA of the commit. | `github.event.pull_request.head.number` |
| `strategy` | How to merge. `merge`, `squash` and `rebase` is supported. | `merge` |
Expand Down

0 comments on commit 0225528

Please sign in to comment.