Skip to content

Commit adaf88e

Browse files
docs: use github workspace in config path
1 parent a5307c8 commit adaf88e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ 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=/my/path/.golangci.yml --issues-exit-code=0
403+
args: --config=${{ github.workspace }}/my/path/.golangci.yml --issues-exit-code=0
404404
# ...
405405
```
406406

0 commit comments

Comments
 (0)