docs: use github workspace in config path

This commit is contained in:
Matt Johnson-Pint 2025-04-03 17:02:38 -07:00
parent a5307c8f68
commit adaf88e385
No known key found for this signature in database

View file

@ -400,7 +400,7 @@ The location of the configuration file can be changed by using `--config=`
```yml
uses: golangci/golangci-lint-action@v7
with:
args: --config=/my/path/.golangci.yml --issues-exit-code=0
args: --config=${{ github.workspace }}/my/path/.golangci.yml --issues-exit-code=0
# ...
```