Skip to content

Commit

Permalink
README: use_local_config needs checkout
Browse files Browse the repository at this point in the history
Signed-off-by: Galo Navarro <[email protected]>
  • Loading branch information
srvaroa committed Nov 11, 2023
1 parent 6a5cb2b commit c49cb8a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout your code
uses: actions/checkout@v3
- uses: srvaroa/labeler@master
with:
config_path: .github/labeler.yml
Expand All @@ -133,7 +138,8 @@ file for the action. The default is `.github/labeler.yaml`.
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
repository. If you set `use_local_config` to `true`, then the action
will read the config file from the local checkout.
will read the config file from the local checkout. Note that you may
need to checkout your branch before the action runs!

## Troubleshooting

Expand Down

0 comments on commit c49cb8a

Please sign in to comment.