Skip to content

Commit

Permalink
Fix inconsistencies in YAML extensions (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
paduszyk authored Dec 3, 2023
1 parent 8b4be66 commit 7fba33d
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 @@ -105,7 +105,7 @@ labels:

### Advanced action settings

Please refer to the [action.yaml](action.yaml) file in the repository
Please refer to the [action.yml](action.yml) file in the repository
for the available inputs to the action. Below is an example using all of
them:

Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
```

Use `config_path` to provide an alternative path for the configuration
file for the action. The default is `.github/labeler.yaml`.
file for the action. The default is `.github/labeler.yml`.

Use `use_local_config` to chose where to read the config file from. By
default, the action will read the file from the default branch of your
Expand Down

0 comments on commit 7fba33d

Please sign in to comment.