Skip to content

Commit bc1ccd9

Browse files
committed
add a link to the command docs
Thanks to Francis Lavoie for pointing this out in #6.
1 parent fc93475 commit bc1ccd9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,9 @@ The `setup-go` action doesn't set `PATH`, so currently it's not possible to `go
177177
install` a program and run it directly. Until that's fixed, consider absolute
178178
paths like `$(go env GOPATH)/bin/program`.
179179

180-
An undocumented workaround is to use a built-in special string to add `GOBIN` to
181-
the system's `PATH`. Note that `shell: bash` is supported on all platforms:
180+
A workaround is to use a built-in [workflow command](https://help.github.com/en/actions/reference/workflow-commands-for-github-actions#adding-a-system-path)
181+
to add `GOBIN` to the system's `PATH`. Note that `shell: bash` is supported on
182+
all platforms:
182183

183184
```yaml
184185
- name: Add GOBIN to PATH

0 commit comments

Comments
 (0)