Skip to content

Commit f51fbec

Browse files
docs: add note about github.workspace (#1218)
Co-authored-by: Fernandez Ludovic <[email protected]>
1 parent a5307c8 commit f51fbec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

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

0 commit comments

Comments
 (0)