Skip to content

Commit

Permalink
README: use_local_config needs checkout (#108)
Browse files Browse the repository at this point in the history
Signed-off-by: Galo Navarro <anglorvaroa@gmail.com>
  • Loading branch information
srvaroa authored Nov 11, 2023
1 parent 6a5cb2b commit 3a46a2c
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 3a46a2c

Please sign in to comment.