Skip to content

Commit 064eebd

Browse files
committed
review
1 parent adaf88e commit 064eebd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,9 @@ The location of the configuration file can be changed by using `--config=`
400400
```yml
401401
uses: golangci/golangci-lint-action@v7
402402
with:
403-
args: --config=${{ github.workspace }}/my/path/.golangci.yml --issues-exit-code=0
403+
# In some rare cases,
404+
# you could have to use `${{ github.workspace }}` as base directory to reference your configuration file.
405+
args: --config=/my/path/.golangci.yml --issues-exit-code=0
404406
# ...
405407
```
406408

0 commit comments

Comments
 (0)