Skip to content

Commit

Permalink
docs: fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris authored Mar 8, 2020
1 parent d0c27ba commit d2e87fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Create your GitHub Actions workflow file and Label Commenter Action setting file
### Workflow Setting

```yaml
# .github/workflows/commenter.yml
# .github/workflows/label-commenter.yml

name: Label Commenter

Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
### Action Setting

```yaml
# .github/commenter.yml
# label-commenter-config.yml

labels:
- name: invalid
Expand Down

0 comments on commit d2e87fb

Please sign in to comment.